|
| 1 | +opam-version: "2.0" |
| 2 | +synopsis: "The Alt-Ergo SMT prover library" |
| 3 | +description: """ |
| 4 | +This is the core library used in the Alt-Ergo SMT solver. |
| 5 | + |
| 6 | +Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. |
| 7 | + |
| 8 | +See more details on http://alt-ergo.ocamlpro.com/""" |
| 9 | +maintainer: ["Alt-Ergo developers < [email protected]>"] |
| 10 | +authors: ["Alt-Ergo developers < [email protected]>"] |
| 11 | +homepage: "https://alt-ergo.ocamlpro.com/" |
| 12 | +doc: "https://ocamlpro.github.io/alt-ergo" |
| 13 | +bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" |
| 14 | +depends: [ |
| 15 | + "ocaml" {>= "4.08.1"} |
| 16 | + "dune" {>= "3.14"} |
| 17 | + "dune-build-info" |
| 18 | + "dolmen" {>= "0.10"} |
| 19 | + "dolmen_type" {>= "0.10"} |
| 20 | + "dolmen_loop" {>= "0.10"} |
| 21 | + "ocplib-simplex" {>= "0.5.1"} |
| 22 | + "zarith" {>= "1.11"} |
| 23 | + "seq" |
| 24 | + "fmt" {>= "0.9.0"} |
| 25 | + "stdlib-shims" |
| 26 | + "ppx_blob" {>= "0.7.2"} |
| 27 | + "ppx_deriving" |
| 28 | + "camlzip" {>= "1.07"} |
| 29 | + "odoc" {with-doc} |
| 30 | + "ppx_deriving" |
| 31 | + "qcheck" {with-test & = "0.22"} |
| 32 | +] |
| 33 | +conflicts: [ |
| 34 | + "ppxlib" {< "0.30.0"} |
| 35 | + "result" {< "1.5"} |
| 36 | +] |
| 37 | +build: [ |
| 38 | + ["dune" "subst"] {dev} |
| 39 | + [ |
| 40 | + "dune" |
| 41 | + "build" |
| 42 | + "-p" |
| 43 | + name |
| 44 | + "-j" |
| 45 | + jobs |
| 46 | + "--promote-install-files=false" |
| 47 | + "@install" |
| 48 | + "@runtest" {with-test} |
| 49 | + "@doc" {with-doc} |
| 50 | + ] |
| 51 | + ["dune" "install" "-p" name "--create-install-files" name] |
| 52 | +] |
| 53 | +dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" |
| 54 | +# This part comes from the template. Please edit alt-ergo-lib.opam.template |
| 55 | +# and not alt-ergo-lib.opam which is generated by dune |
| 56 | +tags: "org:OCamlPro" |
| 57 | + |
| 58 | +license: [ |
| 59 | + "LicenseRef-OCamlpro-Non-Commercial" |
| 60 | + "Apache-2.0" |
| 61 | +] |
| 62 | +url { |
| 63 | + src: |
| 64 | + "https://github.com/OCamlPro/alt-ergo/releases/download/v2.6.1/alt-ergo-2.6.1.tbz" |
| 65 | + checksum: [ |
| 66 | + "sha256=df56045a3af79fbcfbd1deeaf09012d5bc390b4c2223e1d9c25c11c301d9eeba" |
| 67 | + "sha512=ff83e5ce7598bc30509be8ca2c14d791856b0269f852903f81216ae1cbc27737d90b6313176fa24768944433b875811ee19b51fc821948634ea678dbcca4befb" |
| 68 | + ] |
| 69 | +} |
| 70 | +x-commit-hash: "80cf48b3b878b416dea7500a060132c024bf69c4" |
0 commit comments