opam-version: "2.0"
maintainer: "Danny Willems <contact@danny-willems.be>"
authors: "LexiFi, Danny Willems <contact@danny-willems.be>"
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: "md5=bf98d3e8b7877aab3a00881495e64a27"
}
