File tree Expand file tree Collapse file tree 1 file changed +50
-0
lines changed
packages/smtml/smtml.0.2.0 Expand file tree Collapse file tree 1 file changed +50
-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
+ "odoc" {with-doc}
20
+ "bisect_ppx" {with-test & >= "2.5.0"}
21
+ ]
22
+ depopts: [
23
+ "z3" {>= "4.12.2" & <= "4.13"}
24
+ "colibri2"
25
+ "bitwuzla-cxx" {>= "0.4.0"}
26
+ "cvc5"
27
+ ]
28
+ build: [
29
+ ["dune" "subst"] {dev}
30
+ [
31
+ "dune"
32
+ "build"
33
+ "-p"
34
+ name
35
+ "-j"
36
+ jobs
37
+ "@install"
38
+ "@runtest" {with-test}
39
+ "@doc" {with-doc}
40
+ ]
41
+ ]
42
+ dev-repo: "git+https://github.com/formalsec/smtml.git"
43
+ available: arch != "arm32" & arch != "x86_32"
44
+ url {
45
+ src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.0.tar.gz"
46
+ checksum: [
47
+ "md5=5db378d398a6ef1a166955e66d2695f8"
48
+ "sha512=e17831796ffdcff0cecc7456a02dbfcd7c6f9c5cccdc1dc728948060e03161c4b96d9d567ff6ad732f93b11cd346f080e831969ddf2562748e6eb5f69c56d0da"
49
+ ]
50
+ }
You can’t perform that action at this time.
0 commit comments