opam-version: "2.0"
maintainer: "dev@clarus.me"
authors: ["Guillaume Claret <dev@clarus.me>"]
homepage: "https://github.com/clarus/smart-print"
bug-reports: "https://github.com/clarus/smart-print/issues"
license: "BSD-3-Clause"

depends: [
  "ocaml" {>= "4.00.0"}
  "ocamlfind" {build}
  "ocamlbuild" {build}
]
build: make
remove:["ocamlfind" "remove" "smart_print"]
dev-repo: "git://github.com/clarus/smart-print"
install: [make "install"]
synopsis: "The pretty-printing library which feels natural to use."
flags: light-uninstall
url {
  src: "https://github.com/clarus/smart-print/archive/v0.2.0.tar.gz"
  checksum: "md5=8602be66d57c1f0525651263b5fff370"
}
