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 number Diff line number Diff line change
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
+
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
+ ]
You can’t perform that action at this time.
0 commit comments