opam-version: "2.0" maintainer: "Jane Street developers" authors: ["Jane Street Group, LLC"] homepage: "https://github.com/janestreet/zarith_stubs_js" bug-reports: "https://github.com/janestreet/zarith_stubs_js/issues" dev-repo: "git+https://github.com/janestreet/zarith_stubs_js.git" doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zarith_stubs_js/index.html" license: "MIT" build: [ ["dune" "build" "-p" name "-j" jobs] ] depends: [ "ocaml" {>= "4.14.0"} "dune" {>= "2.0.0"} ] available: arch != "arm32" & arch != "x86_32" synopsis: "Javascripts stubs for the Zarith library" description: " This library contains no ocaml code, but instead implements all of the Zarith C stubs in Javascript for use in Js_of_ocaml " url { src: "https://github.com/janestreet/zarith_stubs_js/archive/6a93e56ae59f59c89a8690199a65d757a8917d38.tar.gz" checksum: "sha256=a31c4cf702318cddeeec5e767fc1c0856768e1afd7c5c805ad0df127bf85a334" } 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" ]