File tree Expand file tree Collapse file tree 2 files changed +59
-1
lines changed Expand file tree Collapse file tree 2 files changed +59
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ bug-reports: "https://github.com/formalsec/smtml/issues"
1111depends: [
1212 "dune" {>= "3.10"}
1313 "ocaml" {>= "4.14.0"}
14- "prelude" {>= "0.2"}
14+ "prelude" {>= "0.2" & < "0.3" }
1515 "ocaml_intrinsics"
1616 "fmt" {>= "0.8.7"}
1717 "cmdliner" {>= "1.2.0"}
Original file line number Diff line number Diff line change 1+ # This file is generated by dune, edit dune-project instead
2+ opam-version: "2.0"
3+ synopsis: "A Front-end library for SMT solvers in OCaml"
4+ description: "A Multi Back-end Front-end for SMT Solvers in OCaml."
5+ maintainer: ["Filipe Marques <
[email protected] >"]
6+ authors: ["Filipe Marques <
[email protected] >"]
7+ license: "GPL-3.0-only"
8+ homepage: "https://github.com/formalsec/smtml"
9+ doc: "https://formalsec.github.io/smtml/smtml/index.html"
10+ bug-reports: "https://github.com/formalsec/smtml/issues"
11+ depends: [
12+ "dune" {>= "3.10"}
13+ "ocaml" {>= "4.14.0"}
14+ "prelude" {>= "0.3"}
15+ "ocaml_intrinsics"
16+ "fmt" {>= "0.8.7"}
17+ "cmdliner" {>= "1.2.0"}
18+ "zarith" {>= "1.5"}
19+ "hc" {>= "0.3"}
20+ "menhir" {build & >= "20220210"}
21+ "rusage"
22+ "yojson" {>= "1.6.0"}
23+ "odoc" {with-doc}
24+ "bisect_ppx" {with-test & >= "2.5.0"}
25+ ]
26+ depopts: [
27+ "z3" {>= "4.12.2" & < "4.14"}
28+ "colibri2"
29+ "bitwuzla-cxx" {>= "0.4.0"}
30+ "cvc5"
31+ ]
32+ conflicts: [
33+ "z3" {< "4.12.2" | >= "4.14"}
34+ "bitwuzla-cxx" {< "0.4.0"}
35+ ]
36+ build: [
37+ ["dune" "subst"] {dev}
38+ [
39+ "dune"
40+ "build"
41+ "-p"
42+ name
43+ "-j"
44+ jobs
45+ "@install"
46+ "@runtest" {with-test}
47+ "@doc" {with-doc}
48+ ]
49+ ]
50+ dev-repo: "git+https://github.com/formalsec/smtml.git"
51+ available: arch != "arm32" & arch != "x86_32"
52+ url {
53+ src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.4.tar.gz"
54+ checksum: [
55+ "md5=5a7e7474e1953a96e7bc159ef6f4659b"
56+ "sha512=7426252d9e8086011817c786a84f26fce4b7f63d4fcf9d9f42c7d11174eac5a263d3ac663b0b75fd687a5e43f242781c04efd683662f42a6152dda1aa9dca2b1"
57+ ]
58+ }
You can’t perform that action at this time.
0 commit comments