Skip to content

Commit 52d7426

Browse files
fstar.2025.02.17
1 parent 717e57b commit 52d7426

File tree

1 file changed

+52
-0
lines changed
  • packages/fstar/fstar.2025.02.17

1 file changed

+52
-0
lines changed

packages/fstar/fstar.2025.02.17/opam

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
opam-version: "2.0"
2+
maintainer: "[email protected]"
3+
authors: [
4+
"Nik Swamy <[email protected]>"
5+
"Jonathan Protzenko <[email protected]>"
6+
"Tahina Ramananandro <[email protected]>"
7+
]
8+
homepage: "http://fstar-lang.org"
9+
license: "Apache-2.0"
10+
depends: [
11+
"ocaml" {>= "4.14.0"}
12+
"batteries"
13+
"zarith" {>= "1.14"}
14+
"stdint"
15+
"yojson"
16+
"dune" { >= "3.8.0"}
17+
"memtrace" {>= "0.2.3"}
18+
"menhirLib"
19+
"menhir" {build & >= "20230415"}
20+
"mtime" {>= "2.1.0"}
21+
"pprint"
22+
"sedlex"
23+
"ppxlib" {>= "0.27.0"}
24+
"process"
25+
"ppx_deriving" {build}
26+
"ppx_deriving_yojson" {build}
27+
]
28+
depexts: ["coreutils"] {os = "macos" & os-distribution = "homebrew"}
29+
build: [
30+
[make "-j" jobs "ADMIT=1"]
31+
]
32+
install: [
33+
[make "PREFIX=%{prefix}%" "install"]
34+
]
35+
post-messages: [
36+
"""
37+
F* requires specific versions of Z3 to work correctly, and will refuse to run
38+
if the version string does not match. You should have z3-4.8.5 and z3-4.13.3
39+
in your $PATH. For details, see
40+
https://github.com/FStarLang/FStar/blob/master/INSTALL.md#runtime-dependency-particular-version-of-z3.
41+
""" {success}
42+
]
43+
dev-repo: "git+https://github.com/FStarLang/FStar"
44+
bug-reports: "https://github.com/FStarLang/FStar/issues"
45+
synopsis: "Verification system for effectful programs"
46+
url {
47+
src: "https://github.com/FStarLang/FStar/archive/refs/tags/v2025.02.17.tar.gz"
48+
checksum: [
49+
"md5=c9e206803179a04c492f791bf601afe8"
50+
"sha512=57d972e53edf13f765949625f157b5ecc8ba9757eec14f9a101359fe858cc181c0d9a6f5e4579500da7776ff2e6b15046b14bba5d0d5b7bb961d622f33237c9a"
51+
]
52+
}

0 commit comments

Comments
 (0)