opam-version: "2.0"
maintainer: "andy.ray@ujamjar.com"
homepage: "https://github.com/andrewray/ocaml-cookie-js"
build: [make "all"]
remove: [
  [ make "uninstall" ]
]
depends: [
  "ocaml"
  "ocamlfind"
  "js_of_ocaml" {< "3.0"}
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/andrewray/ocaml-cookie-js"
install: [make "install"]
synopsis: "Simple library for setting/getting cookies in js_of_ocaml"
description:
  "Based on javascript code at http://www.quirksmode.org/js/cookies.html"
url {
  src: "https://github.com/andrewray/ocaml-cookie-js/archive/v1.0.0.tar.gz"
  checksum: "md5=d7069ee7eb3ca5275f65c70dd60ec319"
}
