forked from EasyCrypt/easycrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathopam
More file actions
40 lines (39 loc) · 1.01 KB
/
opam
File metadata and controls
40 lines (39 loc) · 1.01 KB
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
38
39
40
opam-version: "2.0"
maintainer: "pierre-yves@strub.nu"
homepage: "https://www.easycrypt.info/"
bug-reports: "https://www.easycrypt.info/trac/newticket"
dev-repo: "git+https://github.com/EasyCrypt/easycrypt.git"
authors: "EasyCrypt Development Team <team@easycrypt.info>"
license: "CeCILL-C"
build: [
[make "OCAMLBUILD_ECJOBS=%{jobs}%"]
]
install: [
[make "PREFIX=%{prefix}%" "install"]
]
remove: [
[make "PREFIX=%{prefix}%" "uninstall-purge"]
]
depends: [
"ocaml"
"batteries" {>= "2.3"}
"camlzip"
"menhir" {>= "20150921"}
"pcre" {>= "7"}
"why3" {>= "1.4" & < "1.5"}
"ocaml-inifiles" {>= "1.2"}
"zarith"
"ocamlbuild"
"ocamlfind"
"yojson"
]
post-messages: [
"EasyCrypt needs external provers to be installed. From opam, you
can install AltErgo (package: alt-ergo).
The required steps for configuring the provers are listed on:
https://github.com/EasyCrypt/easycrypt#configuring-why3"
]
synopsis: "EasyCrypt: Computer-Aided Cryptographic Proofs"
url {
src: "git+https://github.com/EasyCrypt/easycrypt.git"
}