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