opam-version: "2.0"
maintainer: "n.oje.bar@gmail.com"
authors: [ "Nicolas Ojeda Bar <n.oje.bar@gmail.com>" ]
license: "GPL-1.0-or-later"
build: [
  ["ocaml" "setup.ml" "-configure" "--prefix" prefix]
  ["ocaml" "setup.ml" "-build"]
]
remove: [
  ["ocamlfind" "remove" "dht"]
]
depends: [
  "ocaml" {>= "4.01.0" & < "4.06.0"}
  "bitstring"
  "cryptokit"
  "lwt"
  "ocamlfind"
  "zarith"
  "ocamlbuild" {build}
]
dev-repo: "git://github.com/nojb/ocaml-dht"
install: ["ocaml" "setup.ml" "-install"]
synopsis: "DHT library and test client for Lwt"
flags: light-uninstall
url {
  src: "https://github.com/nojb/ocaml-dht/archive/v0.1.3.tar.gz"
  checksum: "md5=41a3c680eae38a9d62da17679ece1de9"
}
