File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed
packages/azure-cosmos-db/azure-cosmos-db.0.3.1 Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change 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+ ]
25+ conflicts: [ "result" {< "1.5"} ]
26+ homepage: "https://github.com/mknaack/azure-cosmos-db"
27+ bug-reports: "https://github.com/mknaack/azure-cosmos-db/issues"
28+ dev-repo: "git+https://github.com/mknaack/azure-cosmos-db.git"
29+ build: [
30+ ["dune" "build" "-p" name "-j" jobs]
31+ ["dune" "runtest" "-p" name "-j" jobs] {with-test}
32+ ]
33+ url {
34+ src:
35+ "https://github.com/mknaack/azure-cosmos-db/archive/refs/tags/0.3.1.tar.gz"
36+ checksum: [
37+ "md5=9d6c72984d8657207a715d5198221b40"
38+ "sha512=9c9da903d5abe5e335bb7083eeda62345830239628f96d1b7292adfab82c1cc9fe304399527178cb8dfa6dd4537a15bbd4f6f12b073a14fb168a8f96bba93ad7"
39+ ]
40+ }
You can’t perform that action at this time.
0 commit comments