this repo has no description
1# This file is generated by dune, edit dune-project instead
2opam-version: "2.0"
3synopsis: "The Alt-Ergo SMT prover library"
4description: """
5This is the core library used in the Alt-Ergo SMT solver.
6
7Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
8
9See more details on http://alt-ergo.ocamlpro.com/"""
10maintainer: ["Alt-Ergo developers"]
11authors: ["Alt-Ergo developers"]
12homepage: "https://alt-ergo.ocamlpro.com/"
13doc: "https://ocamlpro.github.io/alt-ergo"
14bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
15depends: [
16 "ocaml" {>= "4.04.0"}
17 "dune" {>= "2.0" & < "3.0"}
18 "dune-configurator"
19 "num"
20 "ocplib-simplex" {>= "0.4" & < "0.5"}
21 "zarith"
22 "seq"
23 "stdlib-shims"
24]
25dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
26# This part comes from the template. Please edit alt-ergo.opam.template
27# and not alt-ergo-lib.opam which is generated by dune
28
29license: [
30 "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1"
31]
32
33build: [
34 ["ocaml" "unix.cma" "configure.ml" name "--libdir" lib "--mandir" man]
35 ["dune" "subst"] {dev}
36 ["dune" "build" "-p" name "-j" jobs]
37]
38
39url {
40 src: "https://github.com/OCamlPro/alt-ergo/archive/2.4.0.tar.gz"
41 checksum: [
42 "sha256=d0c41838de4c39f54cc181ec84d9ce17b950b57df6884893731802aef6993bac"
43 "md5=12ecc5c002154d81af1b14023f2c2245"
44 ]
45}