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: [
6 "João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"
7 "Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"
8 "Hichem Rami Ait El Hara <hra@ocamlpro.com>"
9 "Léo Andrès <contact@ndrs.fr>"
10 "Arthur Carcano <arthur.carcano@ocamlpro.com>"
11 "Pierre Chambart <pierre.chambart@ocamlpro.com>"
12 "José Fragoso Santos <jose.fragoso@tecnico.ulisboa.pt>"
13]
14license: "MIT"
15homepage: "https://github.com/formalsec/smtml"
16doc: "https://formalsec.github.io/smtml/smtml/index.html"
17bug-reports: "https://github.com/formalsec/smtml/issues"
18depends: [
19 "cmdliner" {>= "1.2.0" & < "2.0.0"}
20 "dune" {>= "3.10"}
21 "dune-glob" {with-test}
22 "dolmen" {= "0.10"}
23 "dolmen_type" {= "0.10"}
24 "dolmen_model" {= "0.10"}
25 "fmt" {>= "0.8.7"}
26 "hc" {>= "0.3"}
27 "menhir" {build & >= "20220210"}
28 "ocaml" {>= "4.14.0"}
29 "ocaml_intrinsics"
30 "patricia-tree" {>= "0.10.0"}
31 "prelude" {= "0.3"}
32 "rusage"
33 "scfg"
34 "yojson" {>= "1.6.0"}
35 "zarith" {>= "1.5"}
36 "odoc" {with-doc}
37 "sherlodoc" {with-doc}
38 "bisect_ppx" {with-test & >= "2.5.0"}
39 "benchpress" {with-dev-setup & = "dev"}
40 "cohttp" {with-dev-setup}
41 "cohttp-lwt-unix" {with-dev-setup}
42 "core_unix" {with-dev-setup}
43 "lwt" {with-dev-setup}
44 "mdx" {with-test}
45 "owl" {with-dev-setup}
46 "tls-lwt" {with-dev-setup}
47]
48depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"]
49conflicts: [
50 "bitwuzla-cxx" {< "0.6.0"}
51 "z3" {< "4.12.2" | >= "4.14"}
52]
53available: arch != "arm32" & arch != "x86_32"
54build: [
55 ["dune" "subst"] {dev}
56 [
57 "dune"
58 "build"
59 "-p"
60 name
61 "-j"
62 jobs
63 "@install"
64 "@runtest" {with-test}
65 "@doc" {with-doc}
66 ]
67]
68dev-repo: "git+https://github.com/formalsec/smtml.git"
69url {
70 src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.4.1.tar.gz"
71 checksum: [
72 "md5=7b095be6411e6ddd5d8e21d7cf1fafdd"
73 "sha512=d3b8dfea7b810cac8ae91e68c64044f28db9dada74f6d46f02ee6ecac7beb936663259bb7571a09a7ec908601da99eeed23eb1af90690c13d24607e9b71f2d4e"
74 ]
75}