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