opam-version: "2.0" maintainer: "Danny Willems " authors: "LexiFi, Danny Willems " homepage: "https://github.com/dannywillems/ocaml-js-stdlib" bug-reports: "https://github.com/dannywillems/ocaml-js-stdlib/issues" license: "LGPL-3.0-only WITH OCaml-LGPL-linking-exception" dev-repo: "git+https://github.com/dannywillems/ocaml-js-stdlib.git" build: [make "build"] install: [make "install"] remove: [make "remove"] depends: [ "ocaml" {>= "4.03.0"} "ocamlfind" {build} "gen_js_api" ] conflicts: [ "gen_js_api" {> "1.0.6"} ] synopsis: "Binding OCaml to JavaScript standard library" description: "Binding OCaml to JavaScript standard library" url { src: "https://github.com/dannywillems/ocaml-js-stdlib/archive/1.0.tar.gz" checksum: [ "sha256=a223222753e8e366e761b3335b9afcd1b2231b44e7e3245bb88d567d76f58fc8" "md5=bf98d3e8b7877aab3a00881495e64a27" ] }