# This file is generated by dune, edit dune-project instead opam-version: "2.0" synopsis: "A Front-end library for SMT solvers in OCaml" description: "A Multi Back-end Front-end for SMT Solvers in OCaml." maintainer: ["Filipe Marques "] authors: ["Filipe Marques "] license: "GPL-3.0-only" homepage: "https://github.com/formalsec/smtml" doc: "https://formalsec.github.io/smtml/smtml/index.html" bug-reports: "https://github.com/formalsec/smtml/issues" depends: [ "dune" {>= "3.10"} "ocaml" {>= "4.14.0"} "prelude" {= "0.3"} "ocaml_intrinsics" "fmt" {>= "0.8.7"} "cmdliner" {>= "1.2.0" & < "2.0.0"} "zarith" {>= "1.5"} "hc" {>= "0.3"} "menhir" {build & >= "20220210"} "rusage" "yojson" {>= "1.6.0"} "odoc" {with-doc} "bisect_ppx" {with-test & >= "2.5.0"} ] depopts: [ "z3" {>= "4.12.2" & < "4.14"} "colibri2" "bitwuzla-cxx" {>= "0.4.0"} "cvc5" ] conflicts: [ "z3" {< "4.12.2" | >= "4.14"} "bitwuzla-cxx" {< "0.4.0"} "cvc5" {>= "1.1.3~"} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/formalsec/smtml.git" available: arch != "arm32" & arch != "x86_32" url { src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.2.4.tar.gz" checksum: [ "md5=5a7e7474e1953a96e7bc159ef6f4659b" "sha512=7426252d9e8086011817c786a84f26fce4b7f63d4fcf9d9f42c7d11174eac5a263d3ac663b0b75fd687a5e43f242781c04efd683662f42a6152dda1aa9dca2b1" ] }