opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/parsexp_io"
bug-reports: "https://github.com/janestreet/parsexp_io/issues"
dev-repo: "git+https://github.com/janestreet/parsexp_io.git"
doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/parsexp_io/index.html"
license: "MIT"
build: [
  ["dune" "build" "-p" name "-j" jobs]
]
depends: [
  "ocaml"        {>= "4.04.2"}
  "base"         {>= "v0.13" & < "v0.14"}
  "parsexp"      {>= "v0.13" & < "v0.14"}
  "ppx_js_style" {>= "v0.13" & < "v0.14"}
  "stdio"        {>= "v0.13" & < "v0.14"}
  "dune"         {>= "1.5.1"}
]
synopsis: "S-expression parsing library (IO functions)"
description: "
Parsexp_io provides functions for loading s-expressions from files.
"
url {
  src: "https://ocaml.janestreet.com/ocaml-core/v0.13/files/parsexp_io-v0.13.0.tar.gz"
  checksum: "md5=fd503fbf5525770fa52f740fd97ee740"
}
