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] 10install: [ 11 [make "install"] 12] 13remove: [ 14 ["./configure" "-prefix" prefix] 15 [make "uninstall"] 16] 17depends: [ 18 "ocaml" {>= "3.12.1"} 19 "ocamlfind" 20] 21tags: [ 22 "org:ocamllabs" 23] 24dev-repo: "git+https://github.com/pw374/glical.git" 25bug-reports: "https://github.com/pw374/glical/issues" 26synopsis: "Glical: glancing at iCalendar data." 27description: "A library to glance at iCalendar data using OCaml." 28url { 29 src: 30 "https://github.com/ocaml/opam-source-archives/raw/main/glical-0.0.5.tar.gz" 31 checksum: [ 32 "sha256=b721806a816d5e5877e56aabb7821ba95e90ca3591cdca9823e1b216a6294913" 33 "md5=33fbcffd83d7109beb3162326f737e77" 34 ] 35}