opam-version: "2.0" synopsis: "The Alt-Ergo SMT prover library" description: """ This is the core library used in the Alt-Ergo SMT solver. Alt-Ergo is an automatic theorem prover of mathematical formulas. It was developed at LRI, and is now maintained at OCamlPro. See more details on http://alt-ergo.ocamlpro.com/""" maintainer: ["Alt-Ergo developers"] authors: ["Alt-Ergo developers"] homepage: "https://alt-ergo.ocamlpro.com/" doc: "https://ocamlpro.github.io/alt-ergo" bug-reports: "https://github.com/OCamlPro/alt-ergo/issues" depends: [ "ocaml" {>= "4.05.0"} "dune" {>= "2.0"} "dune-configurator" "num" "ocplib-simplex" {>= "0.4" & < "0.5"} "zarith" {>= "1.5"} "seq" "stdlib-shims" "odoc" {with-doc} ] dev-repo: "git+https://github.com/OCamlPro/alt-ergo.git" # This part comes from the template. Please edit alt-ergo.opam.template # and not alt-ergo-lib.opam which is generated by dune tags: "org:OCamlPro" license: [ "LicenseRef-OCamlPro-Non-Commercial-Purpose-License-Version-1" ] build: [ ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man] ["dune" "subst"] {dev} ["dune" "build" "-p" name "-j" jobs] ] url { src: "https://github.com/OCamlPro/alt-ergo/archive/refs/tags/2.4.2.tar.gz" checksum: [ "md5=c47327ae132c860890c820bfd5d49d51" "sha512=61ae181ccd60a49f833ea79bbd5184a46f8eef24e7fe1169b15e905ed86584bdbe993ef86c203d5bfc3d79961024f96af0e4e623dc15479aa9538648291c9a75" ] } patches:["version_update.patch"] extra-source "version_update.patch" { src: "https://raw.githubusercontent.com/ocaml/opam-source-archives/main/patches/alt-ergo-lib/version_update.patch" checksum: [ "sha256=a695bd41ff9334dad5fb0e36adac63b07e6e091b3ad67258ebe45e52874dea7f" "md5=8944da319134df09dc733a769504867f" ] }