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 parser library"
4description: """
5This is the parser 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 "dune" {>= "3.0"}
17 "ocaml" {>= "4.05.0"}
18 "alt-ergo-lib" {= version}
19 "psmt2-frontend" {>= "0.4"}
20 "camlzip" {>= "1.07"}
21 "menhir"
22 "stdlib-shims"
23 "odoc" {with-doc}
24]
25dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
26# This part comes from the template. Please edit alt-ergo-parsers.opam.template
27# and not alt-ergo-parsers.opam which is generated by dune
28tags: "org:OCamlPro"
29
30license: [
31 "LicenseRef-OCamlpro-Non-Commercial"
32 "Apache-2.0"
33 "LGPL-2.1-only"
34]
35
36build: [
37 ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
38 ["dune" "subst"] {dev}
39 ["dune" "build" "-p" name "-j" jobs]
40]
41url {
42 src: "https://github.com/OCamlPro/alt-ergo/releases/download/2.4.3/alt-ergo-2.4.3.tar.gz"
43 checksum: [
44 "md5=ba99f4c71bf6de3d2475272af2ee7df2"
45 "sha512=90c01175ec5e4c1818b1d370e300f30d6b433d34d3bae5d85394911a9bf145f1a66c41e997627d074206a8c57909c44c22dc86ed2df746f9ba1f1d7f21d7d60c"
46 ]
47}