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.3.tar.gz"
  checksum: [
    "md5=98ca6c9d30bf56982840a3f5544c4c83"
    "sha512=048f0dc8351de43d4eaa523eb398839c87ac2e3bc1efe94b733ee728bebcf979497a8bd293abc1bd65a9473d3f8d858655aff291b822db992db61fcdb2968ecc"
  ]
}
