Skip to content

Commit

Permalink
Package smtml.0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Feb 5, 2025
1 parent 278df33 commit 8f16692
Showing 1 changed file with 85 additions and 0 deletions.
85 changes: 85 additions & 0 deletions packages/smtml/smtml.0.5.0/opam
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
authors: [
"João Pereira <[email protected]>"
"Filipe Marques <[email protected]>"
"Hichem Rami Ait El Hara <[email protected]>"
"Léo Andrès <[email protected]>"
"Arthur Carcano <[email protected]>"
"Pierre Chambart <[email protected]>"
"José Fragoso Santos <[email protected]>"
]
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"
]
}

0 comments on commit 8f16692

Please sign in to comment.