opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/js_of_ocaml_patches" bug-reports: "https://github.com/janestreet/js_of_ocaml_patches/issues" dev-repo: "git+https://github.com/janestreet/js_of_ocaml_patches.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/js_of_ocaml_patches/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "2.0.0"} "js_of_ocaml" {>= "5.1.1" & < "5.7.0"} "js_of_ocaml-ppx" {>= "5.1.1"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Additions to js_of_ocaml's standard library that are required by Jane Street libraries." description: " Additions to js_of_ocaml's standard library that are required by Jane Street libraries. Most, if not everything in this library is intended to be upstreamed. " url { src: "https://github.com/janestreet/js_of_ocaml_patches/archive/6ecf9c73a9c73ed5bf7fea534f647ca3228ad894.tar.gz" checksum: "sha256=04fd09e1cd4dcf8bd1c528cfac1647a0551abe62fa3ce65b95a3478bf6437885" } 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" ]