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}
]
patches: ["operators.patch"]

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
extra-files: ["operators.patch" "md5=6186f9f076a8e835d881bec586d09984"]
url {
  src: "https://github.com/clarus/smart-print/archive/v0.1.0.tar.gz"
  checksum: "md5=f3d41b3de45ccdde0f0fe190d150a719"
}
