this repo has no description
1opam-version: "2.0" 2maintainer: "Jane Street developers" 3authors: ["Jane Street Group, LLC"] 4homepage: "https://github.com/janestreet/zarith_stubs_js" 5bug-reports: "https://github.com/janestreet/zarith_stubs_js/issues" 6dev-repo: "git+https://github.com/janestreet/zarith_stubs_js.git" 7doc: "https://ocaml.janestreet.com/ocaml-core/latest/doc/zarith_stubs_js/index.html" 8license: "MIT" 9build: [ 10 ["dune" "build" "-p" name "-j" jobs] 11] 12depends: [ 13 "ocaml" {>= "5.1.0"} 14 "dune" {>= "3.11.0"} 15] 16available: arch != "arm32" & arch != "x86_32" 17synopsis: "Javascripts stubs for the Zarith library" 18description: " 19This library contains no ocaml code, but instead implements 20all of the Zarith C stubs in Javascript for use in Js_of_ocaml 21" 22url { 23src: "https://github.com/janestreet/zarith_stubs_js/archive/refs/tags/v0.17.0.tar.gz" 24checksum: "sha256=7301b11007bde9dc113f694059b1ba994232752655d926403d7664eff3ae143a" 25}