opam-version: "2.0"
maintainer: "john.else@gmail.com"
build: make
remove: [
  [make "PREFIX=%{prefix}%" "uninstall"]
]
depends: [
  "ocaml" {>= "4.00.1" & < "4.06.0"}
  "obus"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/johnelse/ocaml-mpris"
install: [make "PREFIX=%{prefix}%" "install"]
synopsis: "Client library for the MPRIS D-Bus media player interface"
url {
  src: "https://github.com/johnelse/ocaml-mpris/archive/0.1.0.tar.gz"
  checksum: "md5=12fbfc8ccae899fa986d3b02223fb3ab"
}
