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 "ocaml" {>= "4.04.0"} 17 "dune" {>= "2.0"} 18 "alt-ergo-lib" {= version} 19 "psmt2-frontend" {>= "0.3"} 20 "camlzip" {>= "1.07"} 21 "menhir" 22 "stdlib-shims" 23] 24dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" 25# This part comes from the template. Please edit alt-ergo.opam.template 26# and not alt-ergo-parsers.opam which is generated by dune 27 28license: [ 29 "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1" 30] 31 32build: [ 33 ["ocaml" "unix.cma" "configure.ml" name "--libdir" lib "--mandir" man] 34 ["dune" "subst"] {dev} 35 ["dune" "build" "-p" name "-j" jobs] 36] 37 38url { 39 src: "https://github.com/OCamlPro/alt-ergo/archive/2.4.0.tar.gz" 40 checksum: [ 41 "sha256=d0c41838de4c39f54cc181ec84d9ce17b950b57df6884893731802aef6993bac" 42 "md5=12ecc5c002154d81af1b14023f2c2245" 43 ] 44}