this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25432 from recoules/release-bitwuzla-cxx-0.4.0

[new release] bitwuzla-cxx (0.4.0)

authored by

Marcello Seri and committed by
GitHub
85481478 f33da22e

+50
+50
packages/bitwuzla-cxx/bitwuzla-cxx.0.4.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "SMT solver for AUFBVFP (C++ API)" 3 + description: """ 4 + 5 + OCaml binding for the SMT solver Bitwuzla C++ API. 6 + 7 + 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”.""" 8 + maintainer: ["Frédéric Recoules <frederic.recoules@cea.fr>"] 9 + authors: ["Frédéric Recoules"] 10 + license: "MIT" 11 + tags: ["SMT solver" "AUFBVFP"] 12 + homepage: "https://bitwuzla.github.io" 13 + doc: "https://bitwuzla.github.io/docs/ocaml/" 14 + bug-reports: "https://github.com/bitwuzla/ocaml-bitwuzla/issues" 15 + depends: [ 16 + "dune" {>= "3.7"} 17 + "ocaml" {>= "4.12"} 18 + "conf-git" {build} 19 + "conf-gcc" {build} 20 + "conf-g++" {build} 21 + "zarith" 22 + "ppx_inline_test" {with-test & >= "v0.13"} 23 + "ppx_expect" {with-test & >= "v0.13"} 24 + "odoc" {with-doc} 25 + ] 26 + build: [ 27 + ["dune" "subst"] {dev} 28 + [ 29 + "dune" 30 + "build" 31 + "-p" 32 + name 33 + "-j" 34 + jobs 35 + "@install" 36 + "@runtest" {with-test} 37 + "@doc" {with-doc} 38 + ] 39 + ] 40 + dev-repo: "git+https://github.com/bitwuzla/ocaml-bitwuzla.git" 41 + available: [ os = "linux" & (os-distribution != "ol" & os-distribution != "centos" | os-version >= 8) | os = "macos" & os-distribution = "homebrew" ] 42 + url { 43 + src: 44 + "https://github.com/bitwuzla/ocaml-bitwuzla/releases/download/0.4.0/bitwuzla-cxx-0.4.0.tbz" 45 + checksum: [ 46 + "sha256=87d43d446390cdfb24ed4e2dfb8e5435bd678a0cec2171a840b4a5d5c025cb68" 47 + "sha512=2a9b97f316e3fd56e060dad51956bcc11d832237136b38c97f1cf16f8e1befd722a0569585c3a4f804392a71b64cc00a17c229434ea04ffaf81b1e581ac5f83e" 48 + ] 49 + } 50 + x-commit-hash: "f79e1db3a3055f9e0daa259b9d5e3dc7afd8e4ea"