File tree Expand file tree Collapse file tree 1 file changed +47
-0
lines changed
packages/cvc5/cvc5.1.3.0-1 Expand file tree Collapse file tree 1 file changed +47
-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
+ x-maintenance-intent: ["(latest)" "(latest).(latest-1).(any)"]
39
+ available: arch != "arm32"
40
+ url {
41
+ src:
42
+ "https://github.com/formalsec/ocaml-cvc5/releases/download/v1.3.0-1/ocaml-cvc5-v1.3.0-1.tar.gz"
43
+ checksum: [
44
+ "md5=dee76a70d615bac8a1c66b78dfda50ca"
45
+ "sha512=9726112b9c4729c7bdf92f753d8e456527acccd334d776a5bc2547cfd91e7785dfb4fcb462767c8bca6bdeb046bfd007df62c380bf82dc47c222348e1e2c6059"
46
+ ]
47
+ }
You can’t perform that action at this time.
0 commit comments