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" {>="2.0.2"} 14 "lwt_ssl" 15 "ssl" 16 "atdgen" {>= "2.0.0" & < "2.16.0"} 17 "base64" {>= "3.5.0"} 18 "uri" 19 "cohttp" 20 "cohttp-lwt-unix" 21 "cryptokit" 22 "alcotest-lwt" {with-test} 23 "bisect_ppx" {with-test} 24] 25conflicts: [ "result" {< "1.5"} ] 26homepage: "https://bitbucket.org/knaack/azure-cosmos-db" 27bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues" 28dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git" 29build: [ 30 ["dune" "build" "-p" name "-j" jobs] 31 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 32 ] 33url { 34 src: 35 "https://bitbucket.org/knaack/azure-cosmos-db/get/a93141a1b47eff4ae46b8cb591d2d6fbb4254f28.tar.gz" 36 checksum: [ 37 "md5=f87aab8f087e92508cde7420e17bb32b" 38 "sha512=c98c32567e40e79ee074f5c862b04e57e5faa03c44c4f718e1a63f9b46686b8d26de22f4eac950c54e5abb07e49fbc1e1c984319b69ec2668170310bdd1b9e49" 39 ] 40}