From 8f166929031520af180fc93760f6e59f9515de9b Mon Sep 17 00:00:00 2001 From: Filipe Marques Date: Wed, 5 Feb 2025 16:12:45 +0000 Subject: [PATCH] Package smtml.0.5.0 --- packages/smtml/smtml.0.5.0/opam | 85 +++++++++++++++++++++++++++++++++ 1 file changed, 85 insertions(+) create mode 100644 packages/smtml/smtml.0.5.0/opam diff --git a/packages/smtml/smtml.0.5.0/opam b/packages/smtml/smtml.0.5.0/opam new file mode 100644 index 00000000000..0b0b512d91e --- /dev/null +++ b/packages/smtml/smtml.0.5.0/opam @@ -0,0 +1,85 @@ +# 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: [ + "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: [ + "bos" + "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"} + "fpath" + "hc" {>= "0.3"} + "menhir" {build & >= "20220210"} + "ocaml" {>= "4.14.0"} + "ocaml_intrinsics" + "patricia-tree" {>= "0.10.0"} + "prelude" {>= "0.5"} + "rusage" + "scfg" {>= "0.5"} + "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"} +] +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" +pin-depends: [ + ["colibri2.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#1feba887bbb7980f27bbcec8137eb908caa8f0ce"] + ["colibrilib.0.4.0" "git+https://git.frama-c.com/pub/colibrics.git#1feba887bbb7980f27bbcec8137eb908caa8f0ce"] + ["alt-ergo-lib.2.6.0" "git+https://github.com/OCamlPro/alt-ergo.git#7ee96296a5de9588a4d585b3b8abec35f4755425"] + ["cvc5.dev" "git+https://github.com/formalsec/ocaml-cvc5.git#b7aade52d49a19d646036d7e6aac09039c3e95cf"] + ["benchpress.dev" "git+https://github.com/sneeuwballen/benchpress.git#7f44cdd9f0511afcce2c9ad3c04cc9b72919bcff"] +] +url { + src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.5.0.tar.gz" + checksum: [ + "md5=39fb2c7198627af46e0cce2f011fd3b1" + "sha512=00917d9d2eab76e014df7994413d9e6ff1c8a8b8ddeae06d6e8b93aff44163e9e7e2e91a31091a85e7835debd04cc9634464d7896f1b3f226a3d4638f9c187db" + ] +}