this repo has no description
1opam-version: "2.0" 2synopsis: "Azure cosmos db interface" 3description: "Provides an interface to the Azure Cosmos db." 4maintainer: "Morten Knaack <knaack@gmail>" 5authors: "Morten Knaack <knaack@gmail>" 6license: "MIT" 7homepage: "https://bitbucket.org/knaack/azure-cosmos-db" 8bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues" 9depends: [ 10 "ocaml" {>= "4.08.0"} 11 "dune" {>= "2.7.0"} 12 "lwt" 13 "lwt_ppx" 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] 24conflicts: [ 25 "result" {< "1.5"} 26] 27build: [ 28 ["dune" "build" "-p" name "-j" jobs] 29 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 30] 31dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git" 32url { 33 src: 34 "https://bitbucket.org/knaack/azure-cosmos-db/get/a9f6cd4145b2f18c8248e54a28634367ab93c11c.tar.gz" 35 checksum: [ 36 "md5=b8f3c3ac9ac0471392009250b7e8c188" 37 "sha512=e56042f9b17839cf431d4d7669ed07306eeb4bad622c121f7c41399d75187c6959cfd1aeba374d897bea1d8d43d9fb2a02ffaa11f595040874b182655a4f6974" 38 ] 39}