opam-version: "2.0"
maintainer: "dev@ocsigen.org"
homepage: "https://github.com/ocsigen/ojquery"
dev-repo: "git+https://github.com/ocsigen/ojquery.git"
doc: "http://ocsigen.org/ojquery/api/"
build: [
  ["./configure" "--prefix" prefix]
  [make]
]
remove: [
  ["ocamlfind" "remove" "ojquery"]
]
depends: [
  "ocaml"
  "ocamlfind"
  "react"
  "js_of_ocaml" {< "2.4"}
  "lwt"
  "ocamlbuild" {build}
]
install: [make "install"]
synopsis: "JQuery binding for OCaml"
flags: light-uninstall
url {
  src: "https://github.com/ocsigen/ojquery/archive/0.1.tar.gz"
  checksum: "md5=a86bc9ec3300cfa2a1f690a1d39d363a"
}
