Skip to content

Commit fd86829

Browse files
authored
Merge pull request #3353 from hferee/opam-publish-coq-pil.1.0.1
Package coq-pil.1.0.1
2 parents d79c5bc + 840305a commit fd86829

File tree

1 file changed

+43
-0
lines changed
  • released/packages/coq-pil/coq-pil.1.0.1

1 file changed

+43
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
opam-version: "2.0"
2+
synopsis: "Coq library for Propositional Intuitionistic Logic & Pitts Interpolation Library"
3+
4+
homepage: "https://github.com/hferee/rocq-pil"
5+
dev-repo: "git+https://github.com/hferee/rocq-pil.git"
6+
bug-reports: "https://github.com/hferee/rocq-pil/issues"
7+
doc: "https://hferee.github.io/UIML"
8+
maintainer: "[email protected]"
9+
authors: [
10+
"Hugo Férée"
11+
"Sam van Gool"
12+
"Yago Iglesias Vasquez"
13+
]
14+
license: "CECILL-2.1"
15+
16+
depends: [
17+
"coq" {>= "8.20"}
18+
"coq-stdpp" {>= "1.11.0"}
19+
"coq-equations" {}
20+
]
21+
22+
build: [
23+
[make "-j%{jobs}%"]
24+
]
25+
install: [
26+
[make "install"]
27+
]
28+
29+
url {
30+
src: "https://github.com/hferee/rocq-pil/archive/1.0.1.tar.gz"
31+
checksum: "sha256=de73d133b8dd50539ff50208d82df13b0a5d7429f8be9ce27472211a6a0cabac"
32+
}
33+
34+
tags: [
35+
"date:2025-02-14"
36+
"keyword:intuitionistic logic"
37+
"keyword:proof theory"
38+
"keyword:propositional quantifiers"
39+
"category:Computer Science/Decision Procedures and Certified Algorithms/Decision procedures"
40+
"category:Mathematics/Logic/Foundations"
41+
"category:Mathematics/Logic/Modal logic"
42+
"logpath:ISL"
43+
]

0 commit comments

Comments
 (0)