opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] 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.14.0"} "base" {= "v0.17~preview.129.11+135"} "parsexp" {= "v0.17~preview.129.11+135"} "ppx_js_style" {= "v0.17~preview.129.11+135"} "stdio" {= "v0.17~preview.129.11+135"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "S-expression parsing library (IO functions)" description: " Parsexp_io provides functions for loading s-expressions from files. " url { src: "https://github.com/janestreet/parsexp_io/archive/11252fdf1e9975d800a4776afb4bfdcbedef3a8b.tar.gz" checksum: "sha256=14e19cb0be549599580e83c45d7a541c47275f62cca98ff5fbdb9e323b073fd6" } 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" ]