opam-version: "1"
maintainer: "dev@ocsigen.org"
build: [
  ["%{make}%" "build"]
  ["%{make}%" "install-lib" "BINDIR=%{bin}%"]
]
remove: [
  ["ocamlfind" "remove" "js_of_ocaml"]
]
depends: [
  "ocamlfind"
  "lwt"
  "menhir"
]

depopts: ["deriving"]

conflicts: [
  "deriving" {< "0.6"}
  "lwt"      {< "2.4"}
]
