opam-version: "2.0"
maintainer: "opensource@janestreet.com"
authors: ["Jane Street Group, LLC <opensource@janestreet.com>"]
homepage: "https://github.com/janestreet/stdio"
bug-reports: "https://github.com/janestreet/stdio/issues"
dev-repo: "git+https://github.com/janestreet/stdio.git"
license: "Apache-2.0"
build: [
  ["jbuilder" "build" "--only-packages" "stdio" "--root" "." "-j" jobs "@install"]
]
depends: [
  "ocaml" {>= "4.03.0" & < "4.06.0"}
  "base" {>= "v0.9" & < "v0.10"}
  "jbuilder" {>= "1.0+beta4"}
]
synopsis: "Standard IO library for OCaml"
description: """
Stdio implements simple input/output functionalities for OCaml.

It re-exports the input/output functions of the OCaml standard
libraries using a more consistent API."""
url {
  src:
    "https://ocaml.janestreet.com/ocaml-core/v0.9/files/stdio-v0.9.0.tar.gz"
  checksum: "md5=d4141e64156f43614b4270cdd7dd3895"
}
