opam-version: "2.0"
maintainer: "dev@ocsigen.org"
authors: "Ocsigen team"
homepage: "http://ocsigen.org/js_of_ocaml"
bug-reports: "https://github.com/ocsigen/js_of_ocaml/issues"
dev-repo: "git+https://github.com/ocsigen/js_of_ocaml.git"
build: [make "build"]
install: [make "install-lib" "BINDIR=%{bin}%"]
remove: ["ocamlfind" "remove" "js_of_ocaml"]
depends: [
  "ocaml" {>= "4.02.0" & < "4.05.0"}
  "cmdliner"
  "base-unix"
  "ocamlfind" {>= "1.5.1"}
  "lwt" {>= "2.4.4" & < "4.0.0"}
  "menhir" {< "20200525"}
  "cppo" {>= "1.1.0"}
  "camlp4"
  "base64" {>= "2.0.0" & < "3.0.0"}
  "base-no-ppx" | "ppx_tools"
  "ocamlbuild"
  "uchar"
]
depopts: [
  "deriving"
  "ppx_deriving"
  "tyxml"
  "reactiveData"
  "async_kernel"
  "ppx_driver"
]
conflicts: [
  "deriving" {< "0.6"}
  "tyxml" {< "4.0.0"}
  "ppx_deriving" {< "3.0"}
  "ppx_deriving" {>= "4.3"}
  "reactiveData" {< "0.2"}
  "async_kernel" {< "113.33.00"}
  "async_kernel" {>= "v0.9.0"}
  "ppx_driver" {>="v0.9.0"}
]
synopsis: "Compiler from OCaml bytecode to Javascript"
flags: light-uninstall
url {
  src: "https://github.com/ocsigen/js_of_ocaml/archive/2.8.3.tar.gz"
  checksum: "md5=b06a5bcc7fda158e1884c86b900238a4"
}
