···11+opam-version: "2.0"
22+maintainer: "7895506+MSoegtropIMC@users.noreply.github.com"
33+authors: [ "Stephan Schulz" "Simon Cruanes" "Petar Vukmirovic" "Mohamed Bassem" "Martin Moehrmann" ]
44+homepage: "https://www.eprover.org"
55+license: ["LGPL-2.1-or-later OR GPL-2.0-or-later"]
66+dev-repo: "git+https://github.com/eprover/eprover.git"
77+bug-reports: "Stephan Schulz (see homepage for email)"
88+build: [
99+ [ "./configure" "--bindir=%{bin}%" ]
1010+ [ make "-j" "%{jobs}%" ]
1111+]
1212+install: [
1313+ [ make "install" ]
1414+]
1515+depends: [
1616+ "conf-gcc"
1717+]
1818+synopsis: "E Theorem Prover"
1919+description: "E is a theorem prover for first-order and higher-order logic with equality. It accepts a problem specification, typically consisting of a number of first-order clauses or formulas, and a conjecture, in clausal or full first-order/higher-order form. The system will then try to find a formal proof for the conjecture, assuming the axioms."
2020+url {
2121+ # Note: the main author prefers this download link over the also available github tag tarball download and expects that the link is stable over time
2222+ src: "http://wwwlehre.dhbw-stuttgart.de/~sschulz/WORK/E_DOWNLOAD/V_3.0/E.tgz"
2323+ checksum: "sha512=a4d90080c400579beb0a1b43ffbcb6d9b1435abb72807b1a51acd6311f975f37204368bdfee1a1c15ea46111cbe7497f9b25a5bf2eed6032b8d47e29455c31e3"
2424+}