File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- Lambdapi library on natural numbers and polymorphic lists (in intuitionistic first-order logic)
1+ [ Lambdapi] ( https://github.com/Deducteam/lambdapi ) library on natural numbers and polymorphic lists (in intuitionistic first-order logic)
22=========================================================
33
44- ` Set ` : type of set codes
Original file line number Diff line number Diff line change 11opam-version: "2.0"
2- synopsis: "Standard library for Lambdapi "
2+ synopsis: "Basic library on natural numbers and polymorphic lists "
33description: """
44This package provides a Lambdapi library on natural numbers
55and polymorphic lists (in intuitionistic first-order logic).
@@ -18,9 +18,9 @@ authors: ["Frédéric Blanqui"]
1818license: "CECILL-2.1"
1919homepage: "https://github.com/fblanqui/lib"
2020bug-reports: "https://github.com/fblanqui/lib/issues"
21+ dev-repo: "git+https://github.com/fblanqui/lib.git"
22+ install: [ make "install" ]
23+ uninstall: [ make "uninstall" ]
2124depends: [
2225 "lambdapi" {>= "2.0.0"}
2326]
24- install: [ make "install" ]
25- uninstall: [ make "uninstall" ]
26- dev-repo: "git+https://github.com/fblanqui/lib.git"
You can’t perform that action at this time.
0 commit comments