Skip to content

Commit e072e1b

Browse files
committed
details
1 parent 051047b commit e072e1b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

blanqui-lib.opam

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
opam-version: "2.0"
2-
synopsis: "Standard library for Lambdapi"
2+
synopsis: "Basic library on natural numbers and polymorphic lists"
33
description: """
44
This package provides a Lambdapi library on natural numbers
55
and polymorphic lists (in intuitionistic first-order logic).
@@ -18,9 +18,9 @@ authors: ["Frédéric Blanqui"]
1818
license: "CECILL-2.1"
1919
homepage: "https://github.com/fblanqui/lib"
2020
bug-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" ]
2124
depends: [
2225
"lambdapi" {>= "2.0.0"}
2326
]
24-
install: [ make "install" ]
25-
uninstall: [ make "uninstall" ]
26-
dev-repo: "git+https://github.com/fblanqui/lib.git"

0 commit comments

Comments
 (0)