opam-version: "2.0"
maintainer: "0zat <0.zat.zer0@gmail.com>"
authors: "0zat <0.zat.zer0@gmail.com>"
homepage: "https://github.com/0zat/gen-bs"
bug-reports: "https://github.com/0zat/gen-bs"
license: "MIT"
dev-repo: "git+https://github.com/0zat/gen-bs.git"
build: ["ocaml" "setup.ml" "build"]
install: ["ocaml" "setup.ml" "install"]
remove: ["ocaml" "setup.ml" "remove"]
depends: [
  "ocaml"
  "ocamlfind" {build & >= "1.7.1"}
  "ocamlbuild" {build & >= "0.9.3"}
  "batteries" {>= "2.6.0"}
  "webidl" {>= "1.3"}
]
synopsis: "generate bucklescript code from Javascript type specifications"
description: """
* generate bucklescript code from Web IDL
  * In the future, d.ts files of TypeScript will be supported.
* please see https://github.com/0zat/gen-bs/"""
url {
  src: "https://github.com/0zat/gen-bs/archive/0.0.0.zip"
  checksum: "md5=85e3244e264d65a057a79437102282cb"
}
