this repo has no description
1maintainer: "philippe.wang@gmail.com"
2opam-version: "2.0"
3license: "ISC"
4authors: [ "Philippe Wang <philippe.wang@gmail.com>" ]
5homepage: "https://github.com/pw374/glical"
6build: [
7 ["./configure" "-prefix" prefix]
8 [make "build"]
9]
10remove: [
11 ["./configure" "-prefix" prefix]
12 [make "uninstall"]
13]
14tags: [
15 "org:ocamllabs"
16]
17install: [make "install"]
18synopsis: "Glical: glancing at iCalendar data."
19description: "A library to glance at iCalendar data using OCaml."
20depends: [
21 "ocaml" {>= "3.12.1"}
22]
23url {
24 src: "http://pw374.github.io/distrib/glical/glical-0.0.3.tar.gz"
25 checksum: [
26 "md5=3277552ee387d0fa35db96d9fd79f04a"
27 "sha256=ab30aa05e30ac8ec03cf04ddf1fdea159c1ccb9edf8f94d003fb768a4315f789"
28 ]
29}