this repo has no description
1opam-version: "2.0"
2maintainer: "dparfitt@basho.com"
3build: [
4 ["./configure"]
5 [make]
6]
7remove: [["ocamlfind" "remove" "riak"]]
8depends: [
9 "ocaml"
10 "ocamlfind"
11 "ounit"
12 "piqi"
13 "riak-pb"
14 "lwt"
15 "ocamlbuild" {build}
16]
17dev-repo: "git+https://github.com/metadave/riak-ocaml-client"
18install: [make "install"]
19synopsis: "A Riak OCaml client"
20flags: light-uninstall
21url {
22 src:
23 "https://github.com/metadave/riak-ocaml-client/archive/riak-1.0.0.tar.gz"
24 checksum: [
25 "sha256=54b91f4db670277c8b453d884b7d1384ecec78cc85ecd68e5eaa18321d270fbb"
26 "md5=a19aae193c0cd667ae7033bbf152087f"
27 ]
28}