Skip to content

Commit

Permalink
Merge pull request #2886 from womeier/master
Browse files Browse the repository at this point in the history
Release coq-parseque 0.2.1 for Coq 8.19
  • Loading branch information
palmskog authored Jan 2, 2024
2 parents 6cbff6a + f63b820 commit d37f719
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions released/packages/coq-parseque/coq-parseque.0.2.1/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
opam-version: "2.0"
maintainer: ["G. Allais" "W. Meier"]
dev-repo: "git+https://github.com/gallais/parseque"
bug-reports: "https://github.com/gallais/parseque/issues"
homepage: "https://github.com/gallais/parseque"
authors: ["G. Allais"]
license: "MIT"

build: [
[make "-j%{jobs}%"]
]

install: [
[make "install"]
]
depends: [
"coq" {>= "8.16" & < "8.20"}
]

tags: [
"category:Computer Science/Data Types and Data Structures"
"date:2024-01-01"
"logpath:parseque"
]

synopsis: "Total parser combinators in Coq"
description: "Port of agdarsec to Coq"
url {
src: "https://github.com/coq-community/parseque/archive/refs/tags/v0.2.1.tar.gz"
checksum: "sha256=9ab8866df3c119bc9e638948c4c788fbf4c916aeb2f20a7248b402052b59c9d4"
}

0 comments on commit d37f719

Please sign in to comment.