opam-version: "2.0"
maintainer: "opensource@janestreet.com"
build: make
remove: [["ocamlfind" "remove" "custom_printf"]]
depends: [
  "ocaml" {< "4.02.0"}
  "camlp4"
  "ocamlfind"
  "type_conv" {>= "109.15.00" & <= "109.53.02"}
  "sexplib" {>= "109.15.00" & <= "109.58.00"}
  "pa_ounit" {>= "109.27.00" & <= "109.53.02"}
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "Extension for printf format strings"
description: """
It rewrites calls to printf-like functions when the format is prefixed
with '!' to wrap special arguments with 'Module.to_string' conversion
functions."""
flags: light-uninstall
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/109.27.00/individual/custom_printf-109.27.02.tar.gz"
  checksum: "md5=20de2b4d04e1e039cfe12e3777eeee89"
}
