opam-version: "2.0"
maintainer: "Raman Varabets <roman.vorobets@gmail.com>"
authors: ["Raman Varabets <roman.vorobets@gmail.com>"]
homepage: "https://github.com/cyborgize/es-cli"
dev-repo: "git+https://github.com/cyborgize/es-cli.git"
bug-reports: "https://github.com/cyborgize/es-cli/issues"
build: [
  ["./configure" "--prefix" "%{prefix}%"]
  [make]
]
install: [
  [make "install"]
]
remove: [
  [make "uninstall"]
]
depends: [
  "ocaml" {>= "4.01.0"}
  "ocamlfind" {build}
  "oasis" {build}
  "ocamlbuild" {build}
  "mybuild" {build}
  "devkit" {>= "0.5" & < "0.7"}
  "extlib" {>= "1.7.1"}
  "lwt" {>= "3.0.0" & < "4.0.0"}
  "re2" {>= "v0.9.0" & < "v0.15"}
  "atdgen"
]
synopsis: "Command-line client for Elasticsearch"
url {
  src: "https://github.com/cyborgize/es-cli/archive/0.2.tar.gz"
  checksum: "md5=a1d90c37ac5246e6ffe674e6a168ffc5"
}
