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" {>= "2.7.0" & < "5.0.0"}
  "lwt_ppx"
  "lwt_log"
  "lwt_react"
  "ocaml-migrate-parsetree" {< "2.0.0"}
  "ppxlib" {< "0.9.0"}
]

url {
  src: "https://github.com/ocaml-community/obus/archive/1.2.0.tar.gz"
  checksum: "md5=0896d5078bfd486a65cf9fa73a984b3f"
}
