this repo has no description

Merge pull request #27675 from Lelio-Brun/release-obelisk-v0.8.1

[new release] obelisk (0.8.1)

Changed files
+42
packages
obelisk
obelisk.0.8.1
+42
packages/obelisk/obelisk.0.8.1/opam
···
+
opam-version: "2.0"
+
synopsis: "Pretty-printing for Menhir files"
+
description: """
+
Obelisk is a simple tool which produces pretty-printed output from a Menhir parser file (.mly).
+
It is inspired from yacc2latex and is also written in OCaml, but is aimed at supporting features from Menhir instead of only those of ocamlyacc."""
+
maintainer: ["Lélio Brun <lb@leliobrun.net>"]
+
authors: ["Lélio Brun"]
+
license: "MIT"
+
homepage: "https://github.com/Lelio-Brun/Obelisk"
+
doc: "https://github.com/Lelio-Brun/Obelisk/blob/master/README.md"
+
bug-reports: "https://github.com/Lelio-Brun/obelisk/issues"
+
depends: [
+
"dune" {>= "2.7"}
+
"ocaml" {>= "4.08"}
+
"menhir" {>= "20190613"}
+
"re" {>= "1.7.2"}
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@runtest" {with-test}
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/Lelio-Brun/obelisk.git"
+
url {
+
src:
+
"https://github.com/Lelio-Brun/Obelisk/releases/download/v0.8.1/obelisk-0.8.1.tbz"
+
checksum: [
+
"sha256=fd0aee7700cadd6b9595716a3899a90324504273a5f60fd465866da93a3976a2"
+
"sha512=90c0bb6e6f98dad821c1cf545c4bfaa21187a0dbb62247c3dd18d5bea79006274e3b3e482db70c0e584bc34e26cf1ac7bb1cf80a016c167892f3bcc9c1875c4b"
+
]
+
}
+
x-commit-hash: "3b8cb17133628f9689e5656ff9d7f99bdcc6e68f"