Skip to content

Commit

Permalink
Merge pull request ocaml#27007 from filipeom/opam-publish-smtml.0.4.0
Browse files Browse the repository at this point in the history
Package smtml.0.4.0
  • Loading branch information
shonfeder authored Dec 2, 2024
2 parents 85ff814 + 4392d93 commit 5cfbed0
Showing 1 changed file with 75 additions and 0 deletions.
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"
]
}

0 comments on commit 5cfbed0

Please sign in to comment.