opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/sexp_pretty"
bug-reports: "https://github.com/janestreet/sexp_pretty/issues"
dev-repo: "git+https://github.com/janestreet/sexp_pretty.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/sexp_pretty/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"    {>= "4.07.0"}
  "base"     {>= "v0.13" & < "v0.14"}
  "ppx_base" {>= "v0.13" & < "v0.14"}
  "sexplib"  {>= "v0.13" & < "v0.14"}
  "dune"     {>= "1.5.1"}
  "re"       {>= "1.8.0"}
]
synopsis: "S-expression pretty-printer"
description: "
A library for pretty-printing s-expressions, using better indentation rules than
the default pretty printer in Sexplib.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/sexp_pretty-v0.13.0.tar.gz"
  checksum: "md5=02968817ee8df34f1c60bf66c1f0437c"
}
