Skip to content

Commit e6d7317

Browse files
committed
update opam file
1 parent a91d1cd commit e6d7317

File tree

1 file changed

+4
-14
lines changed

1 file changed

+4
-14
lines changed

lambdapi-stdlib.opam

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,9 @@
11
opam-version: "2.0"
22
synopsis: "Standard library of Lambdapi"
33
description: """
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
"""
188
maintainer: ["frederic.blanqui@inria.fr"]
199
authors: ["Frédéric Blanqui" "Quentin Buzet" "Quentin Garchery"]
@@ -24,5 +14,5 @@ dev-repo: "git+https://github.com/Deducteam/lambdapi-stdlib.git"
2414
build: [ make ]
2515
install: [ make "install" ]
2616
depends: [
27-
"lambdapi" {>= "2.6.0"}
17+
"lambdapi" {>= "3.0.0"}
2818
]

0 commit comments

Comments
 (0)