opam-version: "2.0"
maintainer: "jun.furuse@gmail.com"
authors: "Jun Furuse"
homepage: "https://gitlab.com/camlspotter/treeprint/"
bug-reports:
  "https://gitlab.com/camlspotter/treeprint/-/issues"
dev-repo: "git+https://gitlab.com/camlspotter/treeprint"
build: ["jbuilder" "build" "-p" name "-j" jobs]
depends: [
  "ocaml" {>= "4.02.1"}
  "jbuilder"
  "spotlib" {>= "3.0.0"}
  "ppx_meta_conv" {>= "4.0.0"}
]
synopsis:
  "Small tree structure printer with operator associations and precedences"
description: """
Treeprint is a small printer combinator library for ASTs with infix,
prefix and postfix operators with associativity and precedence. 
It provides abstract printing with minimum parentheses insertion."""
url {
  src: "https://gitlab.com/camlspotter/treeprint/-/archive/2.2.0/treeprint-2.2.0.tar.bz2"
  checksum: "md5=84e441c3b071324c34cffb34557fcfcf"
}
