-
Notifications
You must be signed in to change notification settings - Fork 167
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2884 from fpottier/opam-publish-coq-menhirlib.202…
…31231 Package coq-menhirlib.20231231
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
35 changes: 35 additions & 0 deletions
35
released/packages/coq-menhirlib/coq-menhirlib.20231231/opam
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
] | ||
} |