opam-version: "2.0"
maintainer: "freyrnjordrson@gmail.com"
authors: ["Jérémie Dimino"]
homepage: "https://github.com/ocaml-community/obus"
bug-reports: "https://github.com/ocaml-community/obus/issues"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [["ocamlfind" "remove" "obus"]]
depends: [
  "ocaml" {< "4.03.0"}
  "ocamlfind"
  "lwt" {< "3.0.0"}
  "react" {>= "1.0.0"}
  "type_conv"
  "xmlm"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/ocaml-community/obus"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "A pure OCaml implementation of DBus"
flags: light-uninstall
url {
  src: "https://github.com/ocaml-community/obus/archive/1.1.6.tar.gz"
  checksum: "md5=935f941a34145230dfb9e59d715cc1fd"
}
