this repo has no description
1opam-version: "2.0" 2synopsis: "Library to parse various file playlists in XML format" 3maintainer: ["The Savonet Team <savonet-users@lists.sourceforge.net>"] 4authors: ["Romain Beauxis <toots@rastageeks.org>"] 5license: "GPL-2.0-only" 6homepage: "https://github.com/savonet/ocaml-xmlplaylist" 7bug-reports: "https://github.com/savonet/ocaml-xmlplaylist/issues" 8depends: [ 9 "ocaml" {>= "4.03.0"} 10 "dune" {> "2.0"} 11 "xmlm" 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/savonet/ocaml-xmlplaylist.git" 28url { 29 src: "https://github.com/savonet/ocaml-xmlplaylist/archive/v0.1.5.tar.gz" 30 checksum: [ 31 "md5=31219edf70a5cc6284218a92b80761be" 32 "sha512=e49f0025405c6a1b8b70c3e387e03c246650ffd1a47d984a2f84c9e2d5a69eb6a146cc351140cff367a8e8ca758b22298e08c9b5dcf04ecfef04831dcc73a13e" 33 ] 34}