Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Package smtml.0.4.0 #27007

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
75 changes: 75 additions & 0 deletions packages/smtml/smtml.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -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 <[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: [
"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"
]
}