opam-version: "2.0"

synopsis: "PPX syntax extension and library package for printing values of any type"
description: """
A PPX syntax extension and library package enabling printing of values of any type using OCaml's REPL printing facility.
Useful for debugging as a quick alternative to ocamldebug/ppx_deriving/#install_printer.
"""

maintainer: "progman1"
authors: [ "progman1" ]
homepage: "https://github.com/progman1/genprintlib"
bug-reports: "https://github.com/progman1/genprintlib/issues"
dev-repo: "git+https://github.com/progman1/genprintlib.git"

build: [
  ["dune" "subst"] {pinned}
  ["dune" "build" "-p" name "-j" jobs]
]

depends: [
  "ocaml" {>= "4.04.1" & < "4.11"}
  "dune" {>= "1.9"}
  "ppxlib"
  "cppo" {build}
  "stdlib-shims"
]

available: false

url {
  src: "https://github.com/progman1/genprintlib/archive/v0.3a.tar.gz"
  checksum: "md5=d5b58cc0aa7e1dd745d94fcc405d9d27"
}
