opam-version: "2.0"
maintainer: "Romain Slootmaekers <romain.slootmaekers@cloudfounders.com>"
authors: "Romain Slootmaekers <romain.slootmaekers@cloudfounders.com>"
homepage: "https://github.com/CloudFounders/kinetic-ocaml-client"
bug-reports: ""
license: "LGPL-2.0-or-later"
build: [
  [make]
]
install: [make "install-lib"]
remove: ["ocamlfind" "remove" "kinetic-client"]
depends: [
  "ocaml" {>= "4.02.0"}
  "ocamlfind" {build}
  "piqi" {build & >= "0.7.1"}
  "lwt"
  "cryptokit"
  "ocamlbuild" {build}
]
depexts: [
  ["protobuf-compiler"] {os-family = "debian"}
]
dev-repo: "git://github.com/CloudFounders/kinetic-ocaml-client"
synopsis: "Client for Seagate's kinetic drives."
flags: light-uninstall
url {
  src:
    "https://github.com/CloudFounders/kinetic-ocaml-client/archive/0.0.1.tar.gz"
  checksum: "md5=b16e3653540dfba5b9a4c2526e02e933"
}
