forked from ocaml/opam-repository
-
Notifications
You must be signed in to change notification settings - Fork 0
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 ocaml#26245 from fpottier/opam-publish-menhir.2024…
…0715 4 packages from gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz
- Loading branch information
Showing
4 changed files
with
119 additions
and
0 deletions.
There are no files selected for viewing
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,30 @@ | ||
|
||
opam-version: "2.0" | ||
maintainer: "francois.pottier@inria.fr" | ||
authors: [ | ||
"François Pottier <francois.pottier@inria.fr>" | ||
"Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" | ||
] | ||
homepage: "http://gitlab.inria.fr/fpottier/menhir" | ||
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" | ||
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues" | ||
license: "GPL-2.0-only" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" {>= "4.03.0"} | ||
"dune" {>= "2.8.0"} | ||
"menhirLib" {= version} | ||
"menhirSdk" {= version} | ||
"menhirCST" {= version} | ||
] | ||
synopsis: "An LR(1) parser generator" | ||
url { | ||
src: | ||
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz" | ||
checksum: [ | ||
"md5=d39a8943fe1be28199e5ec1f4133504c" | ||
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd" | ||
] | ||
} |
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,29 @@ | ||
|
||
opam-version: "2.0" | ||
maintainer: "francois.pottier@inria.fr" | ||
authors: [ | ||
"François Pottier <francois.pottier@inria.fr>" | ||
] | ||
homepage: "http://gitlab.inria.fr/fpottier/menhir" | ||
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" | ||
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues" | ||
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" { >= "4.08" } | ||
"dune" { >= "2.8.0" } | ||
] | ||
conflicts: [ | ||
"menhir" { != version } | ||
] | ||
synopsis: "Runtime support library for parsers generated by Menhir" | ||
url { | ||
src: | ||
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz" | ||
checksum: [ | ||
"md5=d39a8943fe1be28199e5ec1f4133504c" | ||
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd" | ||
] | ||
} |
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,30 @@ | ||
|
||
opam-version: "2.0" | ||
maintainer: "francois.pottier@inria.fr" | ||
authors: [ | ||
"François Pottier <francois.pottier@inria.fr>" | ||
"Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" | ||
] | ||
homepage: "http://gitlab.inria.fr/fpottier/menhir" | ||
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" | ||
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues" | ||
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" { >= "4.03.0" } | ||
"dune" { >= "2.8.0" } | ||
] | ||
conflicts: [ | ||
"menhir" { != version } | ||
] | ||
synopsis: "Runtime support library for parsers generated by Menhir" | ||
url { | ||
src: | ||
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz" | ||
checksum: [ | ||
"md5=d39a8943fe1be28199e5ec1f4133504c" | ||
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd" | ||
] | ||
} |
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,30 @@ | ||
|
||
opam-version: "2.0" | ||
maintainer: "francois.pottier@inria.fr" | ||
authors: [ | ||
"François Pottier <francois.pottier@inria.fr>" | ||
"Yann Régis-Gianas <yrg@pps.univ-paris-diderot.fr>" | ||
] | ||
homepage: "http://gitlab.inria.fr/fpottier/menhir" | ||
dev-repo: "git+https://gitlab.inria.fr/fpottier/menhir.git" | ||
bug-reports: "https://gitlab.inria.fr/fpottier/menhir/-/issues" | ||
license: "LGPL-2.0-only WITH OCaml-LGPL-linking-exception" | ||
build: [ | ||
["dune" "build" "-p" name "-j" jobs] | ||
] | ||
depends: [ | ||
"ocaml" { >= "4.03.0" } | ||
"dune" { >= "2.8.0" } | ||
] | ||
conflicts: [ | ||
"menhir" { != version } | ||
] | ||
synopsis: "Compile-time library for auxiliary tools related to Menhir" | ||
url { | ||
src: | ||
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20240715/archive.tar.gz" | ||
checksum: [ | ||
"md5=d39a8943fe1be28199e5ec1f4133504c" | ||
"sha512=4f933cfc9026f5f2ffda9b0e626862560a233c35ecf097d179edd926d9009bdf46b6611294aea02b63c34427348568f37376a033fbe8cf98a7746fa6f1354dbd" | ||
] | ||
} |