diff --git a/packages/bitwuzla-cxx/bitwuzla-cxx.0.6.0/opam b/packages/bitwuzla-cxx/bitwuzla-cxx.0.6.0/opam new file mode 100644 index 00000000000..4479a816fa1 --- /dev/null +++ b/packages/bitwuzla-cxx/bitwuzla-cxx.0.6.0/opam @@ -0,0 +1,50 @@ +opam-version: "2.0" +synopsis: "SMT solver for AUFBVFP (C++ API)" +description: """ + +OCaml binding for the SMT solver Bitwuzla C++ API. + +Bitwuzla is a Satisfiability Modulo Theories (SMT) solver for the theories of fixed-size bit-vectors, arrays and uninterpreted functions and their combinations. Its name is derived from an Austrian dialect expression that can be translated as “someone who tinkers with bits”.""" +maintainer: ["Frédéric Recoules "] +authors: ["Frédéric Recoules"] +license: "MIT" +tags: ["SMT solver" "AUFBVFP"] +homepage: "https://bitwuzla.github.io" +doc: "https://bitwuzla.github.io/docs/ocaml/" +bug-reports: "https://github.com/bitwuzla/ocaml-bitwuzla/issues" +depends: [ + "dune" {>= "3.7"} + "ocaml" {>= "4.12"} + "conf-git" {build} + "conf-gcc" {build} + "conf-g++" {build} + "zarith" + "ppx_inline_test" {with-test & >= "v0.13"} + "ppx_expect" {with-test & >= "v0.13"} + "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/bitwuzla/ocaml-bitwuzla.git" +available: [ arch != "arm32" & (os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew") ] +url { + src: + "https://github.com/bitwuzla/ocaml-bitwuzla/releases/download/0.6.0/bitwuzla-cxx-0.6.0.tbz" + checksum: [ + "sha256=5071993895d2ed5f41377e52ec359578ade24d2a5f9fe7836c3c76eeb7602796" + "sha512=8b7a133fd22ade27558cf22e91bfcdbf9a475d8d62e859d26d00c157e138fbe5ba273b1868e2fb5ad450d821aa7f992a7ac1c9d8b83e6a889b0488032ffb9bd9" + ] +} +x-commit-hash: "8db729ad89fe1059288fe6c74b091a4b4a018fea" \ No newline at end of file