Skip to content

Commit

Permalink
Merge pull request ocaml#23675 from fpottier/opam-publish-menhirLib.2…
Browse files Browse the repository at this point in the history
…0230415

3 packages from gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz
  • Loading branch information
kit-ty-kate authored Apr 17, 2023
2 parents 60feb64 + de9d7d1 commit 9cf27a6
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 0 deletions.
29 changes: 29 additions & 0 deletions packages/menhir/menhir.20230415/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
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}
]
synopsis: "An LR(1) parser generator"
url {
src:
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20230415/archive.tar.gz"
checksum: [
"md5=7c4b51e1b666711af04f7832ebc90618"
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
]
}
30 changes: 30 additions & 0 deletions packages/menhirLib/menhirLib.20230415/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
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/20230415/archive.tar.gz"
checksum: [
"md5=7c4b51e1b666711af04f7832ebc90618"
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
]
}
30 changes: 30 additions & 0 deletions packages/menhirSdk/menhirSdk.20230415/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

opam-version: "2.0"
maintainer: "[email protected]"
authors: [
"François Pottier <[email protected]>"
"Yann Régis-Gianas <[email protected]>"
]
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/20230415/archive.tar.gz"
checksum: [
"md5=7c4b51e1b666711af04f7832ebc90618"
"sha512=aa8a34c173d9a82d3503919de8377f1b8c9ff721882486f0b5ae2bdb9b22ee7f5ba8f6ef25e00fbb35704fac9fc3bda71908512ed4cbd345d9dc29d6ede149b2"
]
}

0 comments on commit 9cf27a6

Please sign in to comment.