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.2.tar.gz" 26 checksum: [ 27 "sha256=eaa0b90b2d06ba8d1e8a6c7fb85b292d924a0d26b71d9396e0b735a5929f1bb0" 28 "md5=bd0dd791fc3ba1b6f0ace0fba8161652" 29 ] 30}