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