this repo has no description
1opam-version: "2.0"
2maintainer: "smimram@gmail.com"
3build: [
4 ["./configure" "--prefix" prefix]
5 [make]
6]
7remove: [["ocamlfind" "remove" "xmlplaylist"]]
8depends: ["ocaml" {< "5.0.0"} "ocamlfind" "xmlm"]
9install: [make "install"]
10synopsis: "Library to parse various file playlists in XML format"
11flags: light-uninstall
12url {
13 src:
14 "http://downloads.sourceforge.net/project/savonet/ocaml-xmlplaylist/0.1.3/ocaml-xmlplaylist-0.1.3.tar.gz"
15 checksum: [
16 "sha256=ec3cb23be863ac87a86e51cf9ca8898df0985a089c8154ff73dfd2ab8e144a9b"
17 "md5=436267704ed4f1d0ce8bcf1adbb52839"
18 ]
19}