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" 14 "atdgen" {< "2.16.0"} 15 "ocsigenserver" 16 "ocamlnet" 17 "base64" {>= "3.0.0"} 18 "uri" 19 "cohttp" 20 "cohttp-lwt-unix" 21 "alcotest-lwt" {with-test} 22] 23homepage: "https://bitbucket.org/knaack/azure-cosmos-db" 24bug-reports: "https://bitbucket.org/knaack/azure-cosmos-db/issues" 25dev-repo: "git+https://bitbucket.org/knaack/azure-cosmos-db.git" 26build: [ 27 ["dune" "build" "-p" name "-j" jobs] 28 ["dune" "runtest" "-p" name "-j" jobs] {with-test} 29 ] 30url { 31 src: 32 "https://bitbucket.org/knaack/azure-cosmos-db/get/azure-cosmos-db-0.1.3.tar.gz" 33 checksum: [ 34 "md5=98ca6c9d30bf56982840a3f5544c4c83" 35 "sha512=048f0dc8351de43d4eaa523eb398839c87ac2e3bc1efe94b733ee728bebcf979497a8bd293abc1bd65a9473d3f8d858655aff291b822db992db61fcdb2968ecc" 36 ] 37}