forked from jasmin-lang/jasmin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathopam
36 lines (35 loc) · 863 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
opam-version: "2.0"
name: "jasmin"
version: "0.1"
maintainer: "Jean-Christophe Léchenet <[email protected]>"
authors: "Jasmin authors and contributors"
homepage: "http://jasmin-lang.github.io/"
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"
]
remove: [
make "PREFIX=%{prefix}%" "uninstall"
]
depends: [
"ocaml" { >= "4.08" & build }
"batteries" {>= "3.2"}
"menhir" {>= "20160825" & build }
"menhirLib"
"camlidl"
"zarith" {>= "1.9"}
"apron" {>= "v0.9.12"}
"conf-ppl"
"yojson" {>= "1.6.0"}
"ocamlbuild" { build }
"ocamlfind" {build }
"coq" {>= "8.14.0" & < "8.16"}
"coq-mathcomp-ssreflect" {>= "1.12" & < "1.15"}
"coq-mathcomp-algebra"
"coq-mathcomp-word"
]