-
Notifications
You must be signed in to change notification settings - Fork 1
/
cvc5.opam
37 lines (37 loc) · 963 Bytes
/
cvc5.opam
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "OCaml bindings for the cvc5 SMT solver"
description: "OCaml bindings for the cvc5 SMT solver"
maintainer: ["João Pereira <[email protected]>"]
authors: ["João Pereira <[email protected]>"]
license: "GPL-3.0-only"
homepage: "https://github.com/formalsec/ocaml-cvc5"
bug-reports: "https://github.com/formalsec/ocaml-cvc5/issues"
depends: [
"dune" {>= "3.10"}
"ocaml" {>= "4.12"}
"conf-gcc" {build}
"conf-g++" {build}
"conf-gmp" {build}
"conf-cmake" {build}
"conf-python-3" {build}
"conf-python-3-dev" {build}
"conf-python3-pyparsing" {build}
"conf-python3-tomli" {build}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/formalsec/ocaml-cvc5.git"