this repo has no description
1opam-version: "2.0"
2synopsis: "A Front-end library for SMT solvers in OCaml"
3description: "A Multi Back-end Front-end for SMT Solvers in OCaml."
4maintainer: "Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"
5authors: "Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"
6license: "GPL-3.0-only"
7homepage: "https://github.com/formalsec/smtml"
8doc: "https://formalsec.github.io/smtml/smtml/index.html"
9bug-reports: "https://github.com/formalsec/smtml/issues"
10depends: [
11 "dune" {>= "3.10"}
12 "ocaml" {>= "4.14.0"}
13 "prelude" {= "0.3"}
14 "ocaml_intrinsics"
15 "fmt" {>= "0.8.7"}
16 "cmdliner" {>= "1.2.0" & < "2.0.0"}
17 "zarith" {>= "1.5"}
18 "hc" {>= "0.3"}
19 "menhir" {build & >= "20220210"}
20 "rusage"
21 "yojson" {>= "1.6.0"}
22 "odoc" {with-doc}
23 "bisect_ppx" {with-test & >= "2.5.0"}
24]
25depopts: [
26 "z3"
27 "colibri2"
28 "bitwuzla-cxx"
29 "cvc5"
30]
31conflicts: [
32 "z3" {< "4.12.2" | >= "4.14"}
33 "bitwuzla-cxx" {< "0.4.0"}
34]
35available: arch != "arm32" & arch != "x86_32"
36build: [
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]
50dev-repo: "git+https://github.com/formalsec/smtml.git"
51url {
52 src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.5.tar.gz"
53 checksum: [
54 "md5=6ce9f854ab5f55331ccef35077ee66f9"
55 "sha512=2c72728f7dd482ef462530a9d5b40082b6f6b3cfa226c081775a4875c2a9a39ceabd46660548d73bc0c3f06cadafb7399d25ca7c8354d0e7dbb28feeca3e58f0"
56 ]
57}