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 <joaomhmpereira@tecnico.ulisboa.pt>"]
6+ authors: ["João Pereira <joaomhmpereira@tecnico.ulisboa.pt>"]
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.19"}
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=0b47c42e74f013c77b536098ae2386ab"
45+ "sha512=5f5f3b16f2f347935619eb7bbc9009324c0c054ed4e5b36451706a3304134ea2ee33870984f3e410becc99badf3263f0a4bd6727f71ece531ed70c3a9628a86e"
46+ ]
47+ }
You can’t perform that action at this time.
0 commit comments