Skip to content

Commit 1bf5fb5

Browse files
Package cvc5.1.3.0-1
1 parent f2cd184 commit 1bf5fb5

File tree

1 file changed

+45
-0
lines changed
  • packages/cvc5/cvc5.1.3.0-1

1 file changed

+45
-0
lines changed

packages/cvc5/cvc5.1.3.0-1/opam

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
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+
dev-repo: "git+https://github.com/formalsec/ocaml-cvc5.git"
38+
url {
39+
src:
40+
"https://github.com/formalsec/ocaml-cvc5/archive/refs/tags/v1.3.0-1.tar.gz"
41+
checksum: [
42+
"md5=89d1cc4def605ca373638d2d2da2a7e5"
43+
"sha512=9532624552132bcfff9d178ed5290157de3ad3bbb5d11fde0b98de89fc42fd0e8bb5c91e03b9820f1724193d96e1e00acf5a46c8c361b5034218c5e981c4f373"
44+
]
45+
}

0 commit comments

Comments
 (0)