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.5.tar.gz"
34 checksum: [
35 "md5=d0cd3c7bd271e25023b337bbf5f7f40f"
36 "sha512=df661917f13064cbbd5de07991caefbcf0dedc00f6fc9c395f7bae411c3dc00c843ada5315b261dadabdc05db48aae4e65dd8dffffd8556669295af1786e1aa9"
37 ]
38}