Skip to content

Commit 8efeb9a

Browse files
authored
Merge pull request #27768 from recoules/release-bitwuzla-cxx-0.7.0
[new release] bitwuzla-cxx (0.7.0)
2 parents 4325124 + e1ffd7d commit 8efeb9a

File tree

1 file changed

+50
-0
lines changed
  • packages/bitwuzla-cxx/bitwuzla-cxx.0.7.0

1 file changed

+50
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
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 <[email protected]>"]
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: [ arch != "arm32" & (os = "linux" & os-distribution != "arch" & (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.7.0/bitwuzla-cxx-0.7.0.tbz"
45+
checksum: [
46+
"sha256=496fb480731b9a12db47a212d0c752b749c33f811ae684260c9643f69f257abb"
47+
"sha512=f092f868a053526efdcb5b2a5a83e3672f64a12de9dff4fa13f174afc5b4ec8b083c70a12581cad52cb3889ce000d88080c8752242bc7e992c11357d848f4b23"
48+
]
49+
}
50+
x-commit-hash: "9d2894f3d37c2267d6036e5f92acb5a855a75f25"

0 commit comments

Comments
 (0)