this repo has no description
1opam-version: "2.0"
2license: "GPL-3.0-or-later"
3maintainer: "Raman Varabets <roman.vorobets@gmail.com>"
4authors: ["Raman Varabets <roman.vorobets@gmail.com>"]
5homepage: "https://github.com/cyborgize/es-cli"
6dev-repo: "git+https://github.com/cyborgize/es-cli.git"
7bug-reports: "https://github.com/cyborgize/es-cli/issues"
8build: [
9 ["dune" "subst"] {dev}
10 ["dune" "build" "-p" name "-j" jobs]
11]
12depends: [
13 "ocaml" {>= "4.01.0"}
14 "mybuild" {build}
15 "dune" {>= "1.5"}
16 "devkit" {>= "1.0"}
17 "extlib" {>= "1.7.1"}
18 "lwt" {>= "3.2.0"}
19 "lwt_ppx"
20 "re2" {>= "v0.9.0"}
21 "atdgen" {>= "1.6.0" & < "2.16.0"}
22 "yojson" {>= "1.6.0"}
23]
24synopsis: "Command-line client for Elasticsearch"
25url {
26 src: "https://github.com/cyborgize/es-cli/archive/0.5.tar.gz"
27 checksum: [
28 "sha256=c95b33fd6cef5b3a589a9ecd6cd284b011dff0eec173b80d63d3f1235ac34b6d"
29 "md5=1ad7f62a2c379581c01b85bfa4f58bd9"
30 ]
31}