opam-version: "2.0"
license: "MIT"
synopsis: "Azure cosmos db interface"
description: """
Provides an interface to the Azure Cosmos db.
"""
maintainer: "Morten Knaack <knaack@gmail>"
authors: "Morten Knaack <knaack@gmail>"
depends: [
  "ocaml" {>= "4.08.0"}
  "dune"
  "lwt"
  "lwt_ppx"
  "atdgen"
  "ocsigenserver"
  "base64"
  "uri"
  "cohttp"
  "cohttp-lwt-unix"
  "alcotest-lwt" {with-test}
]
homepage: "https://bitbucket.org/knaack/azure-cosmos-db"
bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues"
dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
 ]
url {
  src:
    "https://bitbucket.org/knaack/azure-cosmos-db/get/azure-cosmos-db-0.1.4.tar.gz"
  checksum: [
    "md5=8c8b0ae1a025d3b609742f02c9e159c0"
    "sha512=b6a68edafc30003e1cb3ad6f85cccf6c429311ef19a397355da4588a7432fa6e55b4a0452fec4da433a14823a9986c2228a6ee817cd0da4bfd573f70fa0a3171"
  ]
}
