Skip to content

Commit

Permalink
add logic.opam
Browse files Browse the repository at this point in the history
  • Loading branch information
fblanqui committed Apr 5, 2022
1 parent bf56dec commit 47dd560
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions logic.opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
opam-version: "2.0"
synopsis: "Repository of logic definitions"
description: """
This package provides various modules (prefixed by Logic)
for defining logics in Lambdapi:
- TFF: polymorphic first-order logic
- U: axioms of the theory U
- Zenon: logic files used by the automated theorem prover ZenonModulo
- PTS: Pure Type Systems
"""
maintainer: ["[email protected]"]
authors: ["Frédéric Blanqui"]
license: "CECILL-2.1"
homepage: "https://github.com/Deducteam/lambdapi-logics"
bug-reports: "https://github.com/Deducteam/lambdapi-logics/issues"
dev-repo: "git+https://github.com/fblanqui/lib.git"
install: [ make "install" ]
uninstall: [ make "uninstall" ]
depends: [
"lambdapi" {>= "2.0.0"}
]

0 comments on commit 47dd560

Please sign in to comment.