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.14.0"} "base" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" 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://github.com/janestreet/stdio/archive/a6630b5dac9158fd4cadfb20882f123f807e6804.tar.gz" checksum: "sha256=965541c7141e082a84c862e5710afe673b92a5f2112644f9e04376f6eed6c124" } flags: deprecated post-messages: [ "IMPORTANT: The bleeding edge repository mirror on ocaml.janestreet.com is being deprecated in favor of our official GitHub repository." "To ensure you receive the latest packages and updates, please update your repository URL by running:" " opam repo set-url janestreet-bleeding https://github.com/janestreet/opam-repository.git" ]