File tree Expand file tree Collapse file tree 1 file changed +45
-0
lines changed
packages/cvc5/cvc5.1.3.0-1 Expand file tree Collapse file tree 1 file changed +45
-0
lines changed Original file line number Diff line number Diff line change
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/releases/download/v1.3.0-1/ocaml-cvc5-v1.3.0-1.tar.gz"
41
+ checksum: [
42
+ "md5=557edac6bc25e4dc7a230263c0f10162"
43
+ "sha512=5c0cfa3a4a87bb736c47aefe54a731b472aa7fafe3cae65bb2bfb6881d6c169370a429a7b2c5890c71e6ee1e817372a3a02b0fcc5d74b77e60555da0aa69c978"
44
+ ]
45
+ }
You can’t perform that action at this time.
0 commit comments