Skip to content

Commit f326cf7

Browse files
Package cvc5.1.3.0 (ocaml#28061)
* Package cvc5.1.3.0 * Update packages/cvc5/cvc5.1.3.0/opam --------- Co-authored-by: Marcello Seri <[email protected]>
1 parent a248f56 commit f326cf7

File tree

1 file changed

+46
-0
lines changed
  • packages/cvc5/cvc5.1.3.0

1 file changed

+46
-0
lines changed

packages/cvc5/cvc5.1.3.0/opam

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# This file is generated by dune, edit dune-project instead
2+
opam-version: "2.0"
3+
synopsis: "OCaml bindings for the cvc5 SMT solver"
4+
description: "OCaml bindings for the cvc5 SMT solver"
5+
maintainer: ["João Pereira <[email protected]>"]
6+
authors: ["João Pereira <[email protected]>"]
7+
license: "MIT"
8+
homepage: "https://github.com/formalsec/ocaml-cvc5"
9+
bug-reports: "https://github.com/formalsec/ocaml-cvc5/issues"
10+
depends: [
11+
"dune" {>= "3.10"}
12+
"ocaml" {>= "4.12"}
13+
"conf-gcc" {build}
14+
"conf-g++" {build}
15+
"conf-gmp" {build}
16+
"conf-cmake" {build}
17+
"conf-python-3" {build}
18+
"conf-python-3-dev" {build}
19+
"conf-python3-pyparsing" {build}
20+
"conf-python3-tomli" {build}
21+
"odoc" {with-doc}
22+
]
23+
build: [
24+
["dune" "subst"] {dev}
25+
[
26+
"dune"
27+
"build"
28+
"-p"
29+
name
30+
"-j"
31+
jobs
32+
"@install"
33+
"@runtest" {with-test}
34+
"@doc" {with-doc}
35+
]
36+
]
37+
available: arch != "arm32"
38+
dev-repo: "git+https://github.com/formalsec/ocaml-cvc5.git"
39+
url {
40+
src:
41+
"https://github.com/formalsec/ocaml-cvc5/releases/download/v1.3.0/ocaml-cvc5-v1.3.0.tar.gz"
42+
checksum: [
43+
"md5=51a6d3810d142adc3364f130f2dd5472"
44+
"sha512=25d939c6e44898b25ac05a1837fdfdc4e6bc7819e8542e5c3daa80e2371c963256318c1df58c030d8731ff97a27d2967071c249128a2f866546e004016b37dc6"
45+
]
46+
}

0 commit comments

Comments
 (0)