forked from FStarLang/FStar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfstar.opam
41 lines (41 loc) · 1.07 KB
/
fstar.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
38
39
40
41
opam-version: "2.0"
version: "2021.07.13~dev"
maintainer: "[email protected]"
authors: "Nik Swamy <[email protected]>,Jonathan Protzenko <[email protected]>,Tahina Ramananandro <[email protected]>"
homepage: "http://fstar-lang.org"
license: "Apache-2.0"
depends: [
"ocaml" {>= "4.04.1" & < "4.13.0" }
"ocamlfind"
"batteries"
"zarith"
"stdint"
"yojson"
"ocamlbuild" {build}
"fileutils"
"menhir" {>= "20161115" build}
"pprint" {build}
"sedlex" {build}
"ppxlib" {>= "0.22.0"}
"ppx_deriving"
"ppx_deriving_yojson"
"process"
"z3" {= "4.8.5"}
]
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
build: [
[make "PREFIX=%{prefix}%" "-j" jobs]
]
install: [
[make "PREFIX=%{prefix}%" "install"]
]
remove: [
[make "PREFIX=%{prefix}%" "uninstall"]
]
dev-repo: "git://github.com/FStarLang/FStar"
bug-reports: "https://github.com/FStarLang/FStar/issues"
synopsis: "Verification system for effectful programs"
url {
src: "https://github.com/FStarLang/FStar/archive/V0.9.7.0-alpha1.zip"
checksum: "md5=78414a6a5a0ca0c7770a43a36c5f31f7"
}