From 4392d9377b8214033a3c77ff5f5cd2dafe7a8d70 Mon Sep 17 00:00:00 2001 From: Filipe Marques Date: Mon, 2 Dec 2024 01:05:02 +0000 Subject: [PATCH] Package smtml.0.4.0 --- packages/smtml/smtml.0.4.0/opam | 75 +++++++++++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 packages/smtml/smtml.0.4.0/opam diff --git a/packages/smtml/smtml.0.4.0/opam b/packages/smtml/smtml.0.4.0/opam new file mode 100644 index 00000000000..86635282544 --- /dev/null +++ b/packages/smtml/smtml.0.4.0/opam @@ -0,0 +1,75 @@ +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: [ + "João Pereira " + "Filipe Marques " + "Hichem Rami Ait El Hara " + "Léo Andrès " + "Arthur Carcano " + "Pierre Chambart " + "José Fragoso Santos " +] +license: "MIT" +homepage: "https://github.com/formalsec/smtml" +doc: "https://formalsec.github.io/smtml/smtml/index.html" +bug-reports: "https://github.com/formalsec/smtml/issues" +depends: [ + "cmdliner" {>= "1.2.0"} + "dune" {>= "3.10"} + "dune-glob" {with-test} + "dolmen" {= "0.10"} + "dolmen_type" {= "0.10"} + "dolmen_model" {= "0.10"} + "fmt" {>= "0.8.7"} + "hc" {>= "0.3"} + "menhir" {build & >= "20220210"} + "ocaml" {>= "4.14.0"} + "ocaml_intrinsics" + "patricia-tree" {>= "0.10.0"} + "prelude" {>= "0.3"} + "rusage" + "scfg" + "yojson" {>= "1.6.0"} + "zarith" {>= "1.5"} + "odoc" {with-doc} + "sherlodoc" {with-doc} + "bisect_ppx" {with-test & >= "2.5.0"} + "benchpress" {with-dev-setup & = "dev"} + "cohttp" {with-dev-setup} + "cohttp-lwt-unix" {with-dev-setup} + "core_unix" {with-dev-setup} + "lwt" {with-dev-setup} + "mdx" {with-test} + "owl" {with-dev-setup} + "tls-lwt" {with-dev-setup} +] +depopts: ["alt-ergo-lib" "bitwuzla-cxx" "colibri2" "cvc5" "z3"] +conflicts: [ + "bitwuzla-cxx" {< "0.6.0"} + "z3" {< "4.12.2" | >= "4.14"} +] +available: arch != "arm32" & arch != "x86_32" +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" +url { + src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.4.0.tar.gz" + checksum: [ + "md5=74e44d8459a0abb6e2cd0a79b484b1e1" + "sha512=d14eb8ac83a0ea113b0fe7c46f71f68814710c0779e4719ed7549ee2323abfe10f956a41f5b822050b0f73665fa0be17cddfbfe2468fdee6c6e1005194477589" + ] +}