opam-version: "2.0"
authors: "Jun Furuse"
maintainer: "jun.furuse@gmail.com"
homepage: "https://bitbucket.org/camlspotter/treeprint/"
bug-reports: "https://bitbucket.org/camlspotter/treeprint/issues?status=new&status=open"
dev-repo: "hg+https://bitbucket.org/camlspotter/treeprint"
build: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-build" ]
]
install: [
  [ "ocaml" "setup.ml" "-install" ]
]
remove: [
  [ "ocaml" "setup.ml" "-configure" "--prefix" prefix ]
  [ "ocaml" "setup.ml" "-uninstall" ]
]
depends: [
  "ocaml" {>= "4.02.1"}
  "ocamlfind" {build}
  "omake" {build}
  "spotlib" {>= "3.0.0"}
  "ppx_meta_conv" {>= "2.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://bitbucket.org/camlspotter/treeprint/get/2.1.1.tar.gz"
  checksum: "md5=6d820e4fa72c1a8bbe96de8424557897"
}
