forked from FStarLang/FStar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
fstar.opam
39 lines (39 loc) · 1.03 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
opam-version: "2.0"
version: "2024.09.05~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.14.0"}
"batteries"
"zarith"
"stdint"
"yojson"
"dune" {build & >= "3.8.0"}
"memtrace"
"menhirLib"
"menhir" {build & >= "2.1"}
"mtime"
"pprint"
"sedlex"
"ppxlib" {>= "0.27.0"}
"process"
"ppx_deriving" {build}
"ppx_deriving_yojson" {build}
"z3" {= "4.8.5-1"}
]
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
build: [
[make "PREFIX=%{prefix}%" "-j" jobs]
]
install: [
[make "PREFIX=%{prefix}%" "install"]
]
dev-repo: "git+https://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"
}