File tree Expand file tree Collapse file tree 1 file changed +55
-0
lines changed
packages/smtml/smtml.0.2.2 Expand file tree Collapse file tree 1 file changed +55
-0
lines changed 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.14"}
13
+ "ocaml" {>= "4.14.0"}
14
+ "ocaml_intrinsics"
15
+ "cmdliner" {>= "1.2.0"}
16
+ "zarith" {>= "1.5"}
17
+ "hc" {>= "0.3"}
18
+ "menhir" {build & >= "20220210"}
19
+ "yojson" {>= "1.6.0"}
20
+ "odoc" {with-doc}
21
+ "bisect_ppx" {with-test & >= "2.5.0"}
22
+ ]
23
+ depopts: [
24
+ "z3" {>= "4.12.2" & < "4.14"}
25
+ "colibri2"
26
+ "bitwuzla-cxx" {>= "0.4.0"}
27
+ "cvc5"
28
+ ]
29
+ conflicts: [
30
+ "z3" {< "4.12.2" | >= "4.14"}
31
+ "bitwuzla-cxx" {< "0.4.0"}
32
+ ]
33
+ build: [
34
+ ["dune" "subst"] {dev}
35
+ [
36
+ "dune"
37
+ "build"
38
+ "-p"
39
+ name
40
+ "-j"
41
+ jobs
42
+ "@install"
43
+ "@runtest" {with-test}
44
+ "@doc" {with-doc}
45
+ ]
46
+ ]
47
+ dev-repo: "git+https://github.com/formalsec/smtml.git"
48
+ available: arch != "arm32" & arch != "x86_32"
49
+ url {
50
+ src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.2.tar.gz"
51
+ checksum: [
52
+ "md5=5b3b2c589abea4ab46ff9e30a322129d"
53
+ "sha512=f4d9dc1fe1f786c2c798a3ff1640ef79419f82c77ca57e5ea7c8753fe209dde948ac2342f56e0fc9c8047f3205331f92e1198b22a65f178cbfe51da7367f9940"
54
+ ]
55
+ }
You can’t perform that action at this time.
0 commit comments