this repo has no description

Merge pull request #26518 from joaomhmpereira/opam-publish-cvc5.1.2.0

Package cvc5.1.2.0

Changed files
+44
packages
cvc5
cvc5.1.2.0
+44
packages/cvc5/cvc5.1.2.0/opam
···
+
opam-version: "2.0"
+
synopsis: "OCaml bindings for the cvc5 SMT solver"
+
description: "OCaml bindings for the cvc5 SMT solver"
+
maintainer: "João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"
+
authors: "João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"
+
license: "GPL-3.0-only"
+
homepage: "https://github.com/formalsec/ocaml-cvc5"
+
bug-reports: "https://github.com/formalsec/ocaml-cvc5/issues"
+
depends: [
+
"dune" {>= "3.10"}
+
"ocaml" {>= "4.12"}
+
"conf-gcc" {build}
+
"conf-g++" {build}
+
"conf-gmp" {build}
+
"conf-cmake" {build}
+
"conf-python-3" {build}
+
"conf-python-3-dev" {build}
+
"conf-python3-pyparsing" {build}
+
"conf-python3-tomli" {build}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/formalsec/ocaml-cvc5.git"
+
url {
+
src:
+
"https://github.com/formalsec/ocaml-cvc5/releases/download/v1.2.0/ocaml-cvc5-v1.2.0.tar.gz"
+
checksum: [
+
"md5=f3bef1351994740ad6a11f55f77b4fbf"
+
"sha512=2b526cf9cd9cb4b240466bd69d8608a2257e57930b07ebc99c57aa2633bde45d40f4e10797794cbcf6d9f7ca78dd91d4c3d54b516ac04f625518159b4189833a"
+
]
+
}