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 "yojson" {>= "1.6.0"} 20 "odoc" {with-doc} 21 "bisect_ppx" {with-test & >= "2.5.0"} 22] 23depopts: [ 24 "z3" {>= "4.12.2" & < "4.14"} 25 "colibri2" 26 "bitwuzla-cxx" {>= "0.4.0"} 27 "cvc5" 28] 29conflicts: [ 30 "z3" {< "4.12.2" | >= "4.14"} 31 "bitwuzla-cxx" {< "0.4.0"} 32 "cvc5" {>= "1.1.3~"} 33] 34build: [ 35 ["dune" "subst"] {dev} 36 [ 37 "dune" 38 "build" 39 "-p" 40 name 41 "-j" 42 jobs 43 "@install" 44 "@runtest" {with-test} 45 "@doc" {with-doc} 46 ] 47] 48dev-repo: "git+https://github.com/formalsec/smtml.git" 49available: arch != "arm32" & arch != "x86_32" 50url { 51 src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.2.tar.gz" 52 checksum: [ 53 "md5=5b3b2c589abea4ab46ff9e30a322129d" 54 "sha512=f4d9dc1fe1f786c2c798a3ff1640ef79419f82c77ca57e5ea7c8753fe209dde948ac2342f56e0fc9c8047f3205331f92e1198b22a65f178cbfe51da7367f9940" 55 ] 56}