Skip to content

Commit

Permalink
Package smtml.0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Jun 19, 2024
1 parent 5d6f1cf commit dbed61f
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions packages/smtml/smtml.0.1.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# 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 <filipe.s.marques@tecnico.ulisboa.pt>"]
authors: ["Filipe Marques <filipe.s.marques@tecnico.ulisboa.pt>"]
license: "GPL-3.0-only"
homepage: "https://github.com/formalsec/smtml"
doc: "https://formalsec.github.io/smtml/smtml/index.html"
bug-reports: "https://github.com/formalsec/smtml/issues"
depends: [
"dune" {>= "3.14"}
"ocaml" {>= "4.14.0"}
"ocaml_intrinsics"
"cmdliner" {>= "1.2.0"}
"zarith" {>= "1.5"}
"hc" {>= "0.3"}
"menhir" {build & >= "20220210"}
"odoc" {with-doc}
"bisect_ppx" {with-test & >= "2.5.0"}
]
depopts: [
"z3" {>= "4.12.2" & <= "4.13"}
"colibri2"
"bitwuzla-cxx" {>= "0.4.0"}
"cvc5"
]
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" & (arch != "arm64" | ocaml-version != "5.2")
url {
src: "https://github.com/formalsec/smtml/archive/refs/tags/v0.1.2.tar.gz"
checksum: [
"md5=bc462f851a34bd9c3e8f0647041faf1f"
"sha512=2bc57afd4c61725743ff774e1c80f0c5e389623712695f80665ef190aff79d635d82ca972df4ac6399145f4845e2028b0df332bb8c603821d98c38e5a52d417b"
]
}

0 comments on commit dbed61f

Please sign in to comment.