maintainer: "philippe.wang@gmail.com" opam-version: "2.0" license: "ISC" authors: [ "Philippe Wang " ] 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: "https://github.com/ocaml/opam-source-archives/raw/main/glical-0.0.5.tar.gz" checksum: [ "sha256=b721806a816d5e5877e56aabb7821ba95e90ca3591cdca9823e1b216a6294913" "md5=33fbcffd83d7109beb3162326f737e77" ] }