-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathcreusot-deps.opam
More file actions
22 lines (22 loc) · 941 Bytes
/
creusot-deps.opam
File metadata and controls
22 lines (22 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: "creusot-deps"
synopsis: "Opam dependencies for Creusot"
opam-version: "2.0"
maintainer: "Armaël Guéneau <armael.gueneau@inria.fr>"
authors: "the creusot authors"
depends: [
"ocaml" {= "5.3.0"}
"why3" {= "git-2c0f2992"}
"why3-ide" {= "git-2c0f2992" & !?in-creusot-ci}
"why3find" {= "git-eab37557"} # if these versions change don't forget to update creusot-setup/src/tools_versions_urls.rs
# optional dependencies of why3
"ocamlgraph"
"camlzip"
"zarith"
]
# When updating the hash and git-XXX below, don't forget to update them in the
# depends: field above!
pin-depends: [
[ "why3.git-2c0f2992" "git+https://gitlab.inria.fr/why3/why3.git#2c0f2992af85f82f3eda0f158dcf10e62e0db875" ]
[ "why3-ide.git-2c0f2992" "git+https://gitlab.inria.fr/why3/why3.git#2c0f2992af85f82f3eda0f158dcf10e62e0db875" ]
[ "why3find.git-eab37557" "git+https://git.frama-c.com/pub/why3find.git#eab37557d3e24e1913a3c4f44bc5528ef497c6c9" ]
]