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 & < "1.0.0"}
22]
23homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
24bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
25build: [
26 ["dune" "build" "-p" name "-j" jobs]
27 ["dune" "runtest" "-p" name "-j" jobs] {with-test}
28 ]
29url {
30 src:
31 "https://bitbucket.org/knaack/azure-cosmos-db/get/azure-cosmos-db-0.1.2.tar.gz"
32 checksum: [
33 "md5=77e73f16ab8a4ed54e7381990fc407b3"
34 "sha512=7c168c3b7e8eefaa369dbcff7ce8e5a1f0ab3f0a21d78a0ba6a1c2deb0997841a05623c01e85ec4f9f6c709c09e1d8e539434b162e1fa0f1615a299c14a655c7"
35 ]
36}
37dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git"