this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #25080 from cstolze/opam-publish-zenon_modulo.0.5.0

Package zenon_modulo.0.5.0

authored by

Marcello Seri and committed by
GitHub
5e8aee02 6d3d7021

+37
+37
packages/zenon_modulo/zenon_modulo.0.5.0/opam
··· 1 + opam-version: "2.0" 2 + homepage: "https://github.com/Deducteam/zenon_modulo" 3 + dev-repo: "git+https://github.com/Deducteam/zenon_modulo.git" 4 + maintainer: "Guillaume Burel <guillaume.burel@ensiie.fr>" 5 + authors: [ "INRIA and contributors" ] 6 + license: "BSD-3-Clause" 7 + bug-reports: "https://github.com/Deducteam/zenon_modulo/issues" 8 + tags: [ "automated theorem prover" ] 9 + depends: [ 10 + "ocaml" {>= "4.08.0"} 11 + "zarith" {>= "1.11"} 12 + ] 13 + depopts: [ 14 + "coq" 15 + ] 16 + build: [ 17 + ["./configure" 18 + "--prefix" prefix 19 + "--libdir" lib] 20 + [make] 21 + ] 22 + install: [[make "install"]] 23 + conflicts: ["ocaml-option-bytecode-only"] 24 + synopsis: "Zenon Modulo Theory" 25 + description: """ 26 + Automated theorem prover for first order classical logic (with 27 + equality), based on the tableau method. Zenon_modulo handles first-order 28 + logic with equality. Its most important feature is that it outputs the 29 + proofs of the theorems, in Coq-checkable form.""" 30 + url { 31 + src: 32 + "https://github.com/Deducteam/zenon_modulo/archive/refs/tags/0.5.0.tar.gz" 33 + checksum: [ 34 + "md5=3e0a13775df0546b02d8d77d3834d777" 35 + "sha512=9b70eddb40404011c4b593604c9974c3f81ffeac119ad190be3aa2964f98c60ee166aeff07eee62d51f26df9663e65eea4e181812ef0077892a421b50f1bc4f6" 36 + ] 37 + }