opam-version: "2.0" license: "MIT" synopsis: "Azure cosmos db interface" description: """ Provides an interface to the Azure Cosmos db. """ maintainer: "Morten Knaack " authors: "Morten Knaack " depends: [ "ocaml" {>= "4.08.0"} "dune" {>= "2.7.0"} "lwt" "lwt_ppx" {>="2.0.2"} "lwt_ssl" "ssl" "atdgen" {>= "2.0.0" & < "2.16.0"} "base64" {>= "3.5.0"} "uri" "cohttp" "cohttp-lwt-unix" "cryptokit" "alcotest-lwt" {with-test} "bisect_ppx" {with-test} ] conflicts: [ "result" {< "1.5"} ] 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/a93141a1b47eff4ae46b8cb591d2d6fbb4254f28.tar.gz" checksum: [ "md5=f87aab8f087e92508cde7420e17bb32b" "sha512=c98c32567e40e79ee074f5c862b04e57e5faa03c44c4f718e1a63f9b46686b8d26de22f4eac950c54e5abb07e49fbc1e1c984319b69ec2668170310bdd1b9e49" ] }