this repo has no description

4 packages from gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz

Changed files
+118
packages
menhir
menhir.20231231
menhirCST
menhirCST.20231231
menhirLib
menhirLib.20231231
menhirSdk
menhirSdk.20231231
+29
packages/menhir/menhir.20231231/opam
···
+
+
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}
+
]
+
synopsis: "An LR(1) parser generator"
+
url {
+
src:
+
"https://gitlab.inria.fr/fpottier/menhir/-/archive/20231231/archive.tar.gz"
+
checksum: [
+
"md5=799748bc3b7a542798a85956c7863865"
+
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
+
]
+
}
+29
packages/menhirCST/menhirCST.20231231/opam
···
+
+
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/20231231/archive.tar.gz"
+
checksum: [
+
"md5=799748bc3b7a542798a85956c7863865"
+
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
+
]
+
}
+30
packages/menhirLib/menhirLib.20231231/opam
···
+
+
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/20231231/archive.tar.gz"
+
checksum: [
+
"md5=799748bc3b7a542798a85956c7863865"
+
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
+
]
+
}
+30
packages/menhirSdk/menhirSdk.20231231/opam
···
+
+
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/20231231/archive.tar.gz"
+
checksum: [
+
"md5=799748bc3b7a542798a85956c7863865"
+
"sha512=620ff3443143535e03ac98c5e8ee2ddf9ba48f8cfe441302118def1da3e03ffac7f48d4d4cb129766b625ecad0fb341da1baa0169dee8b6d07a5b0bbb735cf2f"
+
]
+
}