diff --git a/packages/smtml/smtml.0.2.3/opam b/packages/smtml/smtml.0.2.3/opam new file mode 100644 index 00000000000..0b4bbcfef12 --- /dev/null +++ b/packages/smtml/smtml.0.2.3/opam @@ -0,0 +1,58 @@ +# 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.2"} + "ocaml_intrinsics" + "fmt" {>= "0.8.7"} + "cmdliner" {>= "1.2.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"} +] +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.3.tar.gz" + checksum: [ + "md5=b984b48856b792a4bc2d88c43d2c631f" + "sha512=c8b89cc96c258bfca39bba17c99269f5b85f8cedc44ea6c83316b61f0cc6c22b6e4879bd71ffe141df51788b47d8211ec5780dcd05a61b1376f2796e4aedfee7" + ] +}