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.0"} 12 "ocaml" {>= "4.14.0"} 13 "ocaml_intrinsics" 14 "z3" {>= "4.12.2" & < "4.13"} 15 "menhir" {build & >= "20220210"} 16 "cmdliner" {>= "1.2.0" & < "2.0.0"} 17 "zarith" {>= "1.5"} 18 "odoc" {with-doc} 19 "hc" {>= "0.3"} 20 "bisect_ppx" {with-test & >= "2.5.0" & dev} 21] 22depopts: [ 23 "colibri2" 24 "bitwuzla-cxx" {>= "0.4.0"} 25] 26build: [ 27 ["dune" "subst"] {dev} 28 [ 29 "dune" 30 "build" 31 "-p" 32 name 33 "-j" 34 jobs 35 "@install" 36 "@runtest" {with-test} 37 "@doc" {with-doc} 38 ] 39] 40dev-repo: "git+https://github.com/formalsec/smtml.git" 41available: arch != "arm32" & arch != "x86_32" 42pin-depends: [ 43 ["colibri2.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#ae18d699b19e7967a81ccae6db454edfa968feae"] 44 ["colibrilib.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#ae18d699b19e7967a81ccae6db454edfa968feae"] 45] 46url { 47 src: 48 "https://github.com/formalsec/smtml/archive/refs/tags/v0.1.0.tar.gz" 49 checksum: [ 50 "md5=f759570e77c816bd753b5f9d0a99a8e1" 51 "sha512=b40ec4258ad54da38165ad4e7f6dababb05040a3e98edeaea8f7019ff08ed52fa63f9066d876ae7a48efe1cc35e247da4e09b77f2b195dbcc237a7fae3bcf01c" 52 ] 53}