maintainer: "philippe.wang@gmail.com"
opam-version: "2.0"
license: "ISC"
authors: [ "Philippe Wang <philippe.wang@gmail.com>" ]
homepage: "https://github.com/pw374/glical"
build: [
  ["./configure" "-prefix" prefix]
  [make "build"]
]
install: [
  [make "install"]
]
remove: [
  ["./configure" "-prefix" prefix]
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "3.12.1"}
  "ocamlfind"
]
tags: [
  "org:ocamllabs"
]
dev-repo: "git+https://github.com/pw374/glical.git"
bug-reports: "https://github.com/pw374/glical/issues"
synopsis: "Glical: glancing at iCalendar data."
description: "A library to glance at iCalendar data using OCaml."
url {
  src: "http://pw374.github.io/distrib/glical/glical-0.0.4.tar.gz"
  checksum: "md5=a40bb6d2a9801f43300404fe017e5722"
}
