this repo has no description
1opam-version: "2.0" 2maintainer: "Danny Willems <contact@danny-willems.be>" 3authors: "LexiFi, Danny Willems <contact@danny-willems.be>" 4homepage: 5"https://github.com/dannywillems/ocaml-js-stdlib" 6bug-reports: 7"https://github.com/dannywillems/ocaml-js-stdlib/issues" 8license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" 9dev-repo: "git+https://github.com/dannywillems/ocaml-js-stdlib.git" 10build: [make "build"] 11install: [make "install"] 12remove: [make "remove"] 13depends: [ 14 "ocaml" {>= "4.03.0"} 15 "ocamlfind" {build} 16 "gen_js_api" 17] 18conflicts: [ 19 "gen_js_api" {> "1.0.6"} 20] 21synopsis: "Binding OCaml to JavaScript standard library" 22description: "Binding OCaml to JavaScript standard library" 23url { 24 src: "https://github.com/dannywillems/ocaml-js-stdlib/archive/1.0.tar.gz" 25 checksum: [ 26 "sha256=a223222753e8e366e761b3335b9afcd1b2231b44e7e3245bb88d567d76f58fc8" 27 "md5=bf98d3e8b7877aab3a00881495e64a27" 28 ] 29}