this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "A Front-end library for SMT solvers in OCaml"
4description: "A Multi Back-end Front-end for SMT Solvers in OCaml."
5maintainer: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"]
6authors: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"]
7license: "GPL-3.0-only"
8homepage: "https://github.com/formalsec/smtml"
9doc: "https://formalsec.github.io/smtml/smtml/index.html"
10bug-reports: "https://github.com/formalsec/smtml/issues"
11depends: [
12 "dune" {>= "3.14"}
13 "ocaml" {>= "4.14.0"}
14 "ocaml_intrinsics"
15 "cmdliner" {>= "1.2.0" & < "2.0.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]
22depopts: [
23 "z3" {>= "4.12.2" & <= "4.13"}
24 "colibri2"
25 "bitwuzla-cxx" {>= "0.4.0"}
26 "cvc5"
27]
28build: [
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]
42dev-repo: "git+https://github.com/formalsec/smtml.git"
43available: arch != "arm32" & arch != "x86_32"
44url {
45 src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.1.2.tar.gz"
46 checksum: [
47 "md5=bc462f851a34bd9c3e8f0647041faf1f"
48 "sha512=2bc57afd4c61725743ff774e1c80f0c5e389623712695f80665ef190aff79d635d82ca972df4ac6399145f4845e2028b0df332bb8c603821d98c38e5a52d417b"
49 ]
50}
51conflicts: [
52 "cvc5" {>= "1.1.3~"}
53]