opam-version: "2.0" maintainer: "romain.beauxis@gmail.com" homepage: "https://github.com/savonet/liquidsoap-daemon" authors: "The Savonet Team " available: [ os != "win32" ] install: [ ["cp" "-f" "./daemonize-liquidsoap.sh" "%{prefix}%/bin"] ] remove: [ ["rm" "-f" "%{prefix}%/bin/daemonize-liquidsoap.sh"] ] depends: ["ocaml" "liquidsoap"] messages: [ "This package installs the daemonize-liquidsoap.sh script. Once installed, you should" "execute it to configure the liquidsoap daemon. Please see: https://github.com/savonet/liquidsoap-daemon" "for more information about how to run the script." ] bug-reports: "https://github.com/savonet/liquidsoap-daemon/issues" dev-repo: "git+https://github.com/savonet/liquidsoap-daemon.git" synopsis: "Daemonization scripts for liquidsoap" flags: light-uninstall url { src: "https://github.com/savonet/liquidsoap-daemon/archive/0.3.0.tar.gz" checksum: [ "sha256=798991a7b2daec9dcbc161503e5c38230b0561e8da915b62f5e97bc5decbad95" "md5=25e114a97fd10b016f0768437e8e0b1e" ] }