-
Notifications
You must be signed in to change notification settings - Fork 55
/
opam
37 lines (36 loc) · 888 Bytes
/
opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
opam-version: "2.0"
name: "jasmin"
version: "dev"
maintainer: "Jean-Christophe Léchenet <[email protected]>"
authors: "Jasmin authors and contributors"
homepage: "https://github.com/jasmin-lang/jasmin"
bug-reports: "https://github.com/jasmin-lang/jasmin/issues"
synopsis: "High-Assurance and High-Speed Cryptography"
license: "MIT"
build: [
make "build"
]
install: [
make "PREFIX=%{prefix}%" "install"
]
depends: [
"ocaml" { >= "4.10" & build }
"batteries" {>= "3.5"}
"cmdliner" { build }
"menhir" {>= "20160825" & build }
"menhirLib"
"camlidl"
"zarith" {>= "1.9"}
"apron" {>= "v0.9.12"}
"conf-ppl"
"yojson" {>= "1.6.0"}
"angstrom" {>= "0.14.0"}
"ocamlfind" { build }
"coq" {>= "8.18.0" & < "8.20~"}
"coq-mathcomp-ssreflect" {>= "2.0" & < "2.3~"}
"coq-mathcomp-algebra"
"coq-mathcomp-word" {>= "3.2"}
]
conflicts: [
"ez-conf-lib"
]