opam-version: "2.0"
maintainer: "andro.from@gmail.com"
authors: ["Andreas Halkjær From"]
homepage: "https://github.com/andreasfrom/prettiest"
bug-reports: "https://github.com/andreasfrom/prettiest/issues"
dev-repo: "git+https://github.com/andreasfrom/prettiest.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml" {>= "4.04.1"}
  "base" {>= "v0.10" & < "v0.11"}
  "ppx_compare" {>= "v0.10" & < "v0.15"}
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "jbuilder" {>= "1.0+beta12"}
]
synopsis: "Non-greedy pretty printer"
description:
  "Implementation of Jean-Philippe Bernardy's A Pretty But Not Greedy Printer (Functional Pearl). PACMPL 1(ICFP): 6:1-6:21 (2017) (https://jyp.github.io/pdf/Prettiest.pdf)."
url {
  src: "https://github.com/andreasfrom/prettiest/archive/0.0.1.tar.gz"
  checksum: "md5=4b6930c4dd9444cede6b45a2f2560d32"
}
