opam-version: "2.0"

synopsis: "Pure Ocaml implementation of the D-Bus protocol"
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"
dev-repo: "git+https://github.com/ocaml-community/obus.git"
license: "BSD-3-Clause"

build: [
  [ "dune" "build" "-p" name "-j" jobs ]
]

depends: [
  "dune" {>= "1.4"}
  "menhir" {build}
  "xmlm"
  "lwt" {>= "4.3.0"}
  "lwt_ppx"
  "lwt_log"
  "lwt_react"
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ppxlib" {>= "0.9.0" & < "0.14.0"}
]

url {
  src: "https://github.com/ocaml-community/obus/archive/1.2.2.tar.gz"
  checksum: "md5=7dd48f9bde3e069898fa08e9972596b5"
}
