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