Skip to content

Commit 900fa24

Browse files
authored
Merge pull request #28315 from mtzguido/fstar.2025.08.07
fstar.2025.08.07
2 parents a61c5e8 + 60b673e commit 900fa24

File tree

1 file changed

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

1 file changed

+52
-0
lines changed
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" {>= "3.5" }
23+
"ppxlib" {>= "0.36.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.08.07.tar.gz"
48+
checksum: [
49+
"md5=d1b088182e4cc0753c39a11d042f0837"
50+
"sha512=d42966b2c6b5addd132499732a3a6eabc555a53218941dba7e12a2001ed7ebfe90a15a68bd6a482d6338da26a47bc80108b0124e484e24846f6f30ecb9845bfe"
51+
]
52+
}

0 commit comments

Comments
 (0)