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" {>= "4.04.2"} 14 "dune" {>= "1.5.1"} 15] 16# The conflict is a run-time failure (extract_small) when versions do not match: 17conflicts: [ "zarith" {< "1.12" | >= "1.13" } ] 18synopsis: "Javascripts stubs for the Zarith library" 19description: " 20This library contains no ocaml code, but instead implements 21all of the Zarith C stubs in Javascript for use in Js_of_ocaml 22" 23url { 24 src: 25 "https://ocaml.janestreet.com/ocaml-core/v0.13/files/zarith_stubs_js-v0.13.0.tar.gz" 26 checksum: [ 27 "sha256=abec0b2a60e376f01f0942530f18f34948dbfcc976a8a4eb338e84e2eb98f6f6" 28 "md5=6c48a15eb7b0a41d9b53a1c4915a8a6b" 29 ] 30}