File tree 1 file changed +31
-0
lines changed
released/packages/coq-parseque/coq-parseque.0.2.2
1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ opam-version: "2.0"
2
+ maintainer: ["G. Allais" "W. Meier"]
3
+ dev-repo: "git+https://github.com/gallais/parseque"
4
+ bug-reports: "https://github.com/gallais/parseque/issues"
5
+ homepage: "https://github.com/gallais/parseque"
6
+ authors: ["G. Allais"]
7
+ license: "MIT"
8
+
9
+ build: [
10
+ [make "-j%{jobs}%"]
11
+ ]
12
+
13
+ install: [
14
+ [make "install"]
15
+ ]
16
+ depends: [
17
+ "coq" {>= "8.16" & < "8.21"}
18
+ ]
19
+
20
+ tags: [
21
+ "category:Computer Science/Data Types and Data Structures"
22
+ "date:2024-03-10"
23
+ "logpath:parseque"
24
+ ]
25
+
26
+ synopsis: "Total parser combinators in Coq"
27
+ description: "Port of agdarsec to Coq"
28
+ url {
29
+ src: "https://github.com/coq-community/parseque/archive/refs/tags/v0.2.2.tar.gz"
30
+ checksum: "sha256=c593a09501d148179c09ab2ba653037fd7b17eb02cd808f535a9501bf18a4273"
31
+ }
You can’t perform that action at this time.
0 commit comments