this repo has no description
1opam-version: "2.0"
2license: "MIT"
3synopsis: "Azure cosmos db interface"
4description: """
5Provides an interface to the Azure Cosmos db.
6"""
7maintainer: "Morten Knaack <knaack@gmail>"
8authors: "Morten Knaack <knaack@gmail>"
9depends: [
10 "ocaml" {>= "4.08.0"}
11 "dune" {>= "2.7.0"}
12 "lwt"
13 "lwt_ppx"
14 "atdgen" {< "2.16.0"}
15 "tls" {< "1.0.0"} | "ssl"
16 "base64" {>= "3.0.0"}
17 "uri"
18 "cohttp"
19 "cohttp-lwt-unix"
20 "cryptokit"
21 "ocamlnet"
22 "alcotest-lwt" {with-test}
23]
24homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
25bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
26dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git"
27build: [
28 ["dune" "build" "-p" name "-j" jobs]
29 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
30 ]
31url {
32 src:
33 "https://bitbucket.org/knaack/azure-cosmos-db/get/azure-cosmos-db-0.1.6.tar.gz"
34 checksum: [
35 "md5=d501dc41e7b223319d7f241c95e45df1"
36 "sha512=97f11f808c106e53197815d3eae704a017380083b0fd5e6891d970b7ebfca452e7b121662068b553be55cfe188c301ba6983680d5d19beb08607dd4fefbe9295"
37 ]
38}