Skip to content

Commit cdece73

Browse files
mseriMorten Knaack
andauthored
Package azure-cosmos-db.0.3.2 (#28938)
Co-authored-by: Morten Knaack <[email protected]>
2 parents b49397b + c216a50 commit cdece73

File tree

1 file changed

+41
-0
lines changed
  • packages/azure-cosmos-db/azure-cosmos-db.0.3.2

1 file changed

+41
-0
lines changed
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
opam-version: "2.0"
2+
license: "MIT"
3+
synopsis: "Azure cosmos db interface"
4+
description: """
5+
Provides an interface to the Azure Cosmos db.
6+
"""
7+
maintainer: "Morten Knaack <knaack@gmail>"
8+
authors: "Morten Knaack <knaack@gmail>"
9+
depends: [
10+
"ocaml" {>= "4.08.0"}
11+
"dune" {>= "2.9.0"}
12+
"lwt"
13+
"lwt_ppx" {>="2.0.2"}
14+
"lwt_ssl"
15+
"ssl"
16+
"atdgen" {>= "2.0.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+
"odoc" {with-doc}
25+
]
26+
conflicts: [ "result" {< "1.5"} ]
27+
homepage: "https://github.com/mknaack/azure-cosmos-db"
28+
bug-reports: "https://github.com/mknaack/azure-cosmos-db/issues"
29+
dev-repo: "git+https://github.com/mknaack/azure-cosmos-db.git"
30+
build: [
31+
["dune" "build" "-p" name "-j" jobs]
32+
["dune" "runtest" "-p" name "-j" jobs] {with-test}
33+
]
34+
url {
35+
src:
36+
"https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.3.2.tar.gz"
37+
checksum: [
38+
"md5=3fb5402dcb98d902cddf0d13f75b4bdc"
39+
"sha512=f7303d66de88c87026a3a7e0559571e19fb606a9c7a17a033e6bab4b9b56b4fee2d40cdefafc5e9266bf90f83643bd8f4350767633560a485a97dc59f876ec0e"
40+
]
41+
}

0 commit comments

Comments
 (0)