this repo has no description

Merge pull request #22389 from camlspotter/opam-publish-treeprint.2.3.0

Package treeprint.2.3.0

Changed files
+27
packages
treeprint
treeprint.2.3.0
+27
packages/treeprint/treeprint.2.3.0/opam
···
+
opam-version: "2.0"
+
synopsis: "Printing combinator library with automatic parenthese"
+
description: """\
+
Treeprint is a small pretty printing combinator library based on Format,
+
with automatic parenthese ('(' and ')') insertion: building printing objects
+
with their associativity (left/right/nonassoc) and connectivity precedences,
+
objects are pretty-printed with parenthese when necessary."""
+
maintainer: "jun.furuse@gmail.com"
+
authors: "Jun Furuse"
+
license: "MIT"
+
homepage: "https://gitlab.com/camlspotter/treeprint"
+
bug-reports: "https://gitlab.com/camlspotter/treeprint/-/issues"
+
depends: [
+
"dune" {>= "2.0"}
+
"ocaml" {>= "4.12.0" & < "5.0.0"}
+
"spotlib" {>= "4.2.0"}
+
]
+
build: ["dune" "build" "-p" name "-j" jobs]
+
dev-repo: "git+https://gitlab.com/camlspotter/treeprint"
+
url {
+
src:
+
"https://gitlab.com/camlspotter/treeprint/-/archive/2.3.0/treeprint-2.3.0.tar.gz"
+
checksum: [
+
"md5=a811f3e108d7cd14c7eca3494807ec2e"
+
"sha512=ab94a1f9efeea23b91a12b15bb918c30b00d1cea382d3d5cf461bc55efd4bb8691fc77976b70093324bd6985d94c1f93eadd81c424f5214a043f0ba84296deba"
+
]
+
}