File tree Expand file tree Collapse file tree 1 file changed +4
-14
lines changed
Expand file tree Collapse file tree 1 file changed +4
-14
lines changed Original file line number Diff line number Diff line change 11opam-version: "2.0"
22synopsis: "Standard library of Lambdapi"
33description: """
4- This package provides a Lambdapi library on natural numbers,
5- integers and polymorphic lists (in intuitionistic first-order logic).
6- It provides the following modules:
7- - Stdlib.Set: type of set codes
8- - Stdlib.Prop: propositional logic
9- - Stdlib.Eq: Leibniz equality
10- - Stdlib.FOL: first-order logic
11- - Stdlib.Bool: booleans
12- - Stdlib.Nat: natural numbers
13- - Stdlib.List: polymorphic lists
14- - Stdlib.Comp: comparison result data type
15- - Stdlib.Pos: binary positive numbers
16- - Stdlib.Z: integers
4+ This Lambdapi library provides modules for defining logics, metatheorems of
5+ classical logic, functions and properties on basic inductive types like
6+ natural numbers (in base 1 and 2), integers and polymorphic lists.
177"""
188maintainer: ["frederic.blanqui@inria.fr"]
199authors: ["Frédéric Blanqui" "Quentin Buzet" "Quentin Garchery"]
@@ -24,5 +14,5 @@ dev-repo: "git+https://github.com/Deducteam/lambdapi-stdlib.git"
2414build: [ make ]
2515install: [ make "install" ]
2616depends: [
27- "lambdapi" {>= "2.6 .0"}
17+ "lambdapi" {>= "3.0 .0"}
2818]
You can’t perform that action at this time.
0 commit comments