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" 7license: "MIT" 8build: [ 9 ["dune" "build" "-p" name "-j" jobs] 10] 11depends: [ 12 "ocaml" {>= "4.04.2"} 13 "dune" {>= "1.5.1"} 14] 15# The conflict is a run-time failure (extract_small) when versions do not match: 16conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 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 { 23 src: "https://github.com/janestreet/zarith_stubs_js/archive/v0.12.0.tar.gz" 24 checksum: [ 25 "sha256=5df7126690fc79a3054586b23398b418c8504e88111928bfb8620133847ec723" 26 "md5=f32c39cf5a024246b23080394bec523d" 27 ] 28}