this repo has no description
1opam-version: "2.0"
2maintainer: "Raman Varabets <roman.vorobets@gmail.com>"
3authors: ["Raman Varabets <roman.vorobets@gmail.com>"]
4homepage: "https://github.com/cyborgize/es-cli"
5dev-repo: "git+https://github.com/cyborgize/es-cli.git"
6bug-reports: "https://github.com/cyborgize/es-cli/issues"
7build: [
8 ["./configure" "--prefix" "%{prefix}%"]
9 [make]
10]
11install: [
12 [make "install"]
13]
14remove: [
15 [make "uninstall"]
16]
17depends: [
18 "ocaml" {>= "4.01.0"}
19 "ocamlfind" {build}
20 "oasis" {build}
21 "ocamlbuild" {build}
22 "mybuild" {build}
23 "devkit" {>= "0.5" & < "0.7"}
24 "extlib" {>= "1.7.1"}
25 "lwt" {>= "3.2.0"}
26 "lwt_ppx"
27 "re2" {>= "v0.9.0" & < "v0.14"}
28 "atdgen"
29]
30synopsis: "Command-line client for Elasticsearch"
31url {
32 src: "https://github.com/cyborgize/es-cli/archive/0.4.tar.gz"
33 checksum: [
34 "sha256=d7578d43a82a92876fd495f1efbb50c8e4a6640867a932e5aa9c85d8d69c26b2"
35 "md5=0aa43c9061838f488110238d46633e14"
36 ]
37}