opam-version: "2.0"
license: "SEE LICENSE IN LICENSE"
homepage: "https://github.com/bucklescript/bucklescript#readme"
bug-reports: "https://github.com/bucklescript/bucklescript/issues"
dev-repo: "git+https://github.com/bucklescript/bucklescript.git"
authors: [ "Hongbo Zhang <>" ]
maintainer: "hongbo_zhang <bobzhang1988@gmail.com>"
tags: [ "ocaml" "bucklescript" "stdlib" "functional programming" ]
build: [
  [ "./scripts/opam_install.sh" ]
]
synopsis: "bsb-native is BuckleScript's bsb but for ocamlc and ocamlopt"
description: "bsb-native is BuckleScript's bsb but for ocamlc and ocamlopt"
depends: [
  "ocaml" {= "4.02.3"}
]
url {
  src: "https://github.com/bsansouci/bsb-native/archive/1.9.4.tar.gz"
  checksum: "md5=90fa52709385f28cc80b15e6f0f537e6"
}
