Skip to content

Commit

Permalink
Merge pull request #2884 from fpottier/opam-publish-coq-menhirlib.202…
Browse files Browse the repository at this point in the history
…31231

Package coq-menhirlib.20231231
  • Loading branch information
palmskog authored Dec 31, 2023
2 parents d75166e + 4054032 commit 61ee5e7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions released/packages/coq-menhirlib/coq-menhirlib.20231231/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@

opam-version: "2.0"
synopsis: "A support library for verified Coq parsers produced by Menhir"
maintainer: "[email protected]"
authors: [
"Jacques-Henri Jourdan <[email protected]>"
]
homepage: "https://gitlab.inria.fr/fpottier/coq-menhirlib"
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git"
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues"
license: "LGPL-3.0-or-later"
build: [
[make "-C" "coq-menhirlib" "-j%{jobs}%"]
]
install: [
[make "-C" "coq-menhirlib" "install"]
]
depends: [
"coq" { >= "8.7" }
]
conflicts: [
"menhir" { != version }
]
tags: [
"date:2023-12-31"
"logpath:MenhirLib"
]
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
checksum: [
"md5=799748bc3b7a542798a85956c7863865"
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
]
}

0 comments on commit 61ee5e7

Please sign in to comment.