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 ["dune" "subst"] {dev}
9 ["dune" "build" "-p" name "-j" jobs]
10]
11depends: [
12 "ocaml" {>= "4.01.0"}
13 "dune" {>= "1.5"}
14 "mybuild" {build}
15 "atdgen" {>= "1.6.0" & < "2.3.0"}
16 "cmdliner"
17 "devkit" {>= "1.0"}
18 "extlib" {>= "1.7.1"}
19 "lwt" {>= "3.2.0"}
20 "lwt_ppx"
21 "re2" {>= "v0.9.0"}
22]
23synopsis: "Command-line client for Elasticsearch"
24url {
25 src: "https://github.com/cyborgize/es-cli/archive/1.1.tar.gz"
26 checksum: [
27 "sha256=bd380cdc71a5a6561b2841842b8685d8d289216b44980446b67b85e407a4e30c"
28 "md5=556372f8ce7b92800d111adf5640fdf9"
29 ]
30}