opam-version: "2.0"
maintainer: "Xavier Van de Woestyne <xaviervdw@gmail.com>"
authors: "Xavier Van de Woestyne <xaviervdw@gmail.com>"
homepage: "http://github.com/xvw/jsoo_storage"
bug-reports: "https://github.com/xvw/jsoo_storage/issues"
license: "MIT"
dev-repo: "git+https://github.com/xvw/jsoo_storage.git"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
  ["ocaml" "setup.ml" "-configure" "--enable-tests"] {with-test}
  ["ocaml" "setup.ml" "-build"] {with-test}
  ["ocaml" "setup.ml" "-test"] {with-test}
  ["ocaml" "setup.ml" "-doc"] {with-doc}
]
install: ["ocaml" "setup.ml" "-install"]
remove: ["ocamlfind" "remove" "jsoo_storage"]
depends: [
  "ocaml" {>= "4.02.0" & <= "4.04.0"}
  "js_of_ocaml" {>= "2.8.4" & < "3.0"}
  "lwt"
  "ocamlbuild" {build}
  "ocamlfind" {build}
]
synopsis: "A wrapper in Js_of_ocaml for the WebStorage API"
description:
  "The Web Storage API provides mechanisms by which browsers can store key/value pairs, in a much more intuitive fashion than using cookies."
flags: light-uninstall
url {
  src:
    "https://github.com/xvw/jsoo_storage/releases/download/1.0/jsoo_storage.tar.gz"
  checksum: "md5=5082d3f5716a2547380d468cd4fda7cc"
}
