this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Beauxis <toots@rastageeks.org>" 3authors: "The Savonet Team <savonet-users@lists.sourceforge.net>" 4homepage: "https://github.com/savonet/ocaml-xmlplaylist" 5build: [ 6 ["./configure" "--prefix" prefix] 7 [make] 8] 9install: [ 10 [make "install"] 11] 12remove: ["ocamlfind" "remove" "xmlplaylist"] 13depends: ["ocaml" "ocamlfind" "xmlm"] 14bug-reports: "https://github.com/savonet/ocaml-xmlplaylist/issues" 15dev-repo: "git+https://github.com/savonet/ocaml-xmlplaylist.git" 16synopsis: "Library to parse various file playlists in XML format" 17flags: light-uninstall 18url { 19 src: 20 "https://github.com/savonet/ocaml-xmlplaylist/releases/download/0.1.4/ocaml-xmlplaylist-0.1.4.tar.gz" 21 checksum: [ 22 "sha256=532a211ccc1dd49f02688dc87d97f79cd6ebc24a921a35cc056c9556d953cb7c" 23 "md5=99117433dacb84117af7f01bac67df81" 24 ] 25}