this repo has no description

Merge pull request #24411 from mknaack/opam-publish-azure-cosmos-db.0.2.3

Package azure-cosmos-db.0.2.3

Changed files
+40
packages
azure-cosmos-db
azure-cosmos-db.0.2.3
+40
packages/azure-cosmos-db/azure-cosmos-db.0.2.3/opam
···
+
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" {>= "2.7.0"}
+
"lwt"
+
"lwt_ppx" {>="2.0.2"}
+
"lwt_ssl"
+
"ssl"
+
"atdgen" {>= "2.0.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/37d7946d86fc5b98cef32a3aec7a5431984fc942.tar.gz"
+
checksum: [
+
"md5=4453f59f81b2d95e1e629289aa2628ab"
+
"sha512=982a2f61ab278cd5d3f200c4f3d34fa8bcb46b2eada62207ef9431091f9e65cf8f23fc859eac5df88bd5bfbe480c9a940cbc8c072b9ea1e62c3891c9e8f52754"
+
]
+
}