From 473c4e5e91f30596dff4115afc922c6579592316 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Pereira?= Date: Sat, 30 Aug 2025 21:41:55 +0000 Subject: [PATCH] Package cvc5.1.3.0-1 --- packages/cvc5/cvc5.1.3.0-1/opam | 47 +++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 packages/cvc5/cvc5.1.3.0-1/opam diff --git a/packages/cvc5/cvc5.1.3.0-1/opam b/packages/cvc5/cvc5.1.3.0-1/opam new file mode 100644 index 000000000000..11639409352a --- /dev/null +++ b/packages/cvc5/cvc5.1.3.0-1/opam @@ -0,0 +1,47 @@ +# This file is generated by dune, edit dune-project instead +opam-version: "2.0" +synopsis: "OCaml bindings for the cvc5 SMT solver" +description: "OCaml bindings for the cvc5 SMT solver" +maintainer: ["João Pereira "] +authors: ["João Pereira "] +license: "MIT" +homepage: "https://github.com/formalsec/ocaml-cvc5" +bug-reports: "https://github.com/formalsec/ocaml-cvc5/issues" +depends: [ + "dune" {>= "3.19"} + "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" +x-maintenance-intent: ["(latest)" "(latest).(latest-1).(any)"] +available: arch != "arm32" +url { + src: + "https://github.com/formalsec/ocaml-cvc5/releases/download/v1.3.0-1/ocaml-cvc5-v1.3.0-1.tar.gz" + checksum: [ + "md5=faf3827412143781fbc46245e46675e8" + "sha512=488f3c3e7952ca201229c5ce7e02d19eef779057cdcc039a4fdbf90999b257e165614519820459859f7630986cf8771c74c3b4423b3a4b5d8f3e29314e67fd96" + ] +}