# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "2.4.3"
synopsis: "The Alt-Ergo SMT prover"
description: """
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 https://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: [
  "dune" {>= "3.0"}
  "ocaml" {>= "4.05.0"}
  "menhir"
  "cmdliner" {>= "1.1.0"}
  "psmt2-frontend" {>= "0.4"}
  "camlzip" {>= "1.07"}
  "dune-configurator"
  "dune-build-info"
  "num"
  "ocplib-simplex" {>= "0.4.1" & < "0.5"}
  "zarith" {>= "1.4"}
  "odoc" {with-doc}
]
conflicts: ["alt-ergo" "alt-ergo-lib" "alt-ergo-parsers" "altgr-ergo"]
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.opam which is generated by dune
tags: "org:OCamlPro"

license: [
  "CECILL-C"
]

build: [
  ["ocaml" "unix.cma" "configure.ml" name "--prefix" prefix "--libdir" lib "--mandir" man]
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]
