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 "ocsigenserver"
16 "ocamlnet"
17 "base64" {>= "3.0.0"}
18 "uri"
19 "cohttp"
20 "cohttp-lwt-unix"
21 "alcotest-lwt" {with-test}
22]
23homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
24bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
25dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git"
26build: [
27 ["dune" "build" "-p" name "-j" jobs]
28 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
29 ]
30url {
31 src:
32 "https://bitbucket.org/knaack/azure-cosmos-db/get/azure-cosmos-db-0.1.4.tar.gz"
33 checksum: [
34 "md5=8c8b0ae1a025d3b609742f02c9e159c0"
35 "sha512=b6a68edafc30003e1cb3ad6f85cccf6c429311ef19a397355da4588a7432fa6e55b4a0452fec4da433a14823a9986c2228a6ee817cd0da4bfd573f70fa0a3171"
36 ]
37}