opam-version: "2.0"
maintainer: "dave@recoil.org"
build: [
  [make "all"]
]
install: [
  [make "install"]
]
remove: ["ocamlfind" "remove" "c3"]
depends: [
  "ocaml" {>= "4.01.0"}
  "oasis"
  "js_of_ocaml" {>= "2.5" & < "3.0"}
  "camlp4"
  "lwt"
  "cohttp"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/djs55/ocaml-c3"
authors: [ "Dave Scott" ]
homepage: "https://github.com/djs55/ocaml-c3"
bug-reports: "https://github.com/djs55/ocaml-c3/issues"
synopsis: "OCaml bindings for the Javascript c3 charting library."
description:
  "If you want to write a client-side web application in OCaml with js_of_ocaml and display some charts, this library is for you."
flags: light-uninstall
url {
  src: "https://github.com/djs55/ocaml-c3/archive/v0.3.0.tar.gz"
  checksum: "md5=bd10a4cb49319d8e24fab4a485893b6f"
}
