Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 41 additions & 0 deletions packages/azure-cosmos-db/azure-cosmos-db.0.3.2/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
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.9.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}
"odoc" {with-doc}
]
conflicts: [ "result" {< "1.5"} ]
homepage: "https://github.com/mknaack/azure-cosmos-db"
bug-reports: "https://github.com/mknaack/azure-cosmos-db/issues"
dev-repo: "git+https://github.com/mknaack/azure-cosmos-db.git"
build: [
["dune" "build" "-p" name "-j" jobs]
["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
url {
src:
"https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.3.2.tar.gz"
checksum: [
"md5=3fb5402dcb98d902cddf0d13f75b4bdc"
"sha512=f7303d66de88c87026a3a7e0559571e19fb606a9c7a17a033e6bab4b9b56b4fee2d40cdefafc5e9266bf90f83643bd8f4350767633560a485a97dc59f876ec0e"
]
}