Skip to content

Commit 379870f

Browse files
authored
Merge pull request #3359 from womeier/master
Release v0.2.2 of coq-parseque
2 parents 26eab93 + be5fa66 commit 379870f

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 numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
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+
}

0 commit comments

Comments
 (0)