Skip to content

Commit da81f3c

Browse files
committed
fstar.2025.09.04
1 parent 400345a commit da81f3c

File tree

1 file changed

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

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.09.04.tar.gz"
48+
checksum: [
49+
"md5=83129eb44c7148570b93c8c00de93921"
50+
"sha512=9c4054eb3e1074a12a086c34084d59d6804e13fbab428c45c4d1e6389a9b984e4639659b6aa40447a7dbe62bda60ed451fdbbb6bb0eb5af221261f460cb28422"
51+
]
52+
}

0 commit comments

Comments
 (0)