opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/stdio" bug-reports: "https://github.com/janestreet/stdio/issues" dev-repo: "git+https://github.com/janestreet/stdio.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/stdio/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.04.2"} "base" {>= "v0.14" & < "v0.15"} "dune" {>= "2.0.0"} ] 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.14/files/stdio-v0.14.0.tar.gz" checksum: [ "sha256=14ccd6a8b8a6fb4c906903a380644a6b7f2d7d081424a3408ac2e37c558645c2" "md5=4cbdf15f0be88c3258aaeff9e04e00e9" ] }