this repo has no description
1opam-version: "2.0"
2synopsis: "The Alt-Ergo SMT prover parser library"
3description: """
4This is the parser library used in the Alt-Ergo SMT solver.
5
6Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro.
7
8See more details on http://alt-ergo.ocamlpro.com/"""
9maintainer: ["Alt-Ergo developers <alt-ergo@ocamlpro.com>"]
10authors: ["Alt-Ergo developers <alt-ergo@ocamlpro.com>"]
11homepage: "https://alt-ergo.ocamlpro.com/"
12doc: "https://ocamlpro.github.io/alt-ergo"
13bug-reports: "https://github.com/OCamlPro/alt-ergo/issues"
14available: opam-version >= "2.1.0"
15flags: [ avoid-version ]
16depends: [
17 "ocaml" {>= "4.08.0"}
18 "dune" {>= "3.0"}
19 "alt-ergo-lib" {= version}
20 "psmt2-frontend" {>= "0.4"}
21 "menhir"
22 "stdlib-shims"
23 "odoc" {with-doc}
24]
25build: [
26 ["dune" "subst"] {dev}
27 [
28 "dune"
29 "build"
30 "-p"
31 name
32 "-j"
33 jobs
34 "--promote-install-files=false"
35 "@install"
36 "@runtest" {with-test}
37 "@doc" {with-doc}
38 ]
39 ["dune" "install" "-p" name "--create-install-files" name]
40]
41dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git"
42# This part comes from the template. Please edit alt-ergo-parsers.opam.template
43# and not alt-ergo-parsers.opam which is generated by dune
44tags: "org:OCamlPro"
45
46license: [
47 "LicenseRef-OCamlpro-Non-Commercial"
48 "Apache-2.0"
49]
50url {
51 src:
52 "https://github.com/OCamlPro/alt-ergo/releases/download/v2.5.0/alt-ergo-2.5.0.tbz"
53 checksum: [
54 "sha256=1545af6fb72e60781649e2f5e01f07daa3df173256ba3327544431bced7cf2f4"
55 "sha512=33ff586e3f191ed74ecf76380b4db8cc5e7edb7554dd24e25dd0323b3b5a58e447b7e82c4e7b78e8704308a448035e84234d335f25ebc933792a2d1e60bca3c6"
56 ]
57}
58x-commit-hash: "d792dfc5944e2bb3aae19d2ec56ffd7e9d35fee5"
59x-maintained: false