this repo has no description

Merge pull request #26182 from Lelio-Brun/opam-publish-obelisk.0.7.0

Package obelisk.0.7.0

Changed files
+41
packages
obelisk
obelisk.0.7.0
+41
packages/obelisk/obelisk.0.7.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
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: [
+
"ocaml" {>= "4.08"}
+
"dune" {>= "2.2.0"}
+
"re" {>= "1.7.2"}
+
"menhir" {>= "20190613"}
+
]
+
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/archive/refs/tags/v0.7.0.tar.gz"
+
checksum: [
+
"md5=2d8c652917133470e8127d34b8ce612c"
+
"sha512=d4516c8e3d067c7da8ec096d1af9af88af6c03ed9bc68848124476abc033beb34877d827fcd72940db9d25ae1d7a178ede6691e9dee2883181430be6642f3ea7"
+
]
+
}