this repo has no description
1opam-version: "2.0"
2synopsis: "A trivial Azure Blob Storage interface for OCaml"
3maintainer: "obiwanko@me.com"
4authors: "Kazuo Koga"
5license: "ISC"
6homepage: "https://github.com/kkazuo/azblob"
7bug-reports: "https://github.com/kkazuo/azblob/issues"
8depends: [
9 "ocaml" {>= "4.06.0"}
10 "base" {>= "v0.11.0"}
11 "ppx_sexp_conv"
12 "sexplib0"
13 "base64"
14 "cohttp" {>= "2.4.0"}
15 "uri"
16 "cryptokit" {>= "1.14"}
17 "dune" {>= "1.11"}
18]
19build: [
20 ["dune" "subst"] {dev}
21 ["dune" "build" "-p" name "-j" jobs]
22]
23dev-repo: "git+https://github.com/kkazuo/azblob.git"
24url {
25 src: "https://github.com/kkazuo/azblob/archive/0.1.0.tar.gz"
26 checksum: [
27 "md5=26444ef8c1cc8ff87207730fe794105f"
28 "sha512=fb649ecaa4d8d335677cadcead11b81944b2b4502b61be63b04a7030148000d127f11ff5958ac580f448e9e64c3a0be1bbe193ca6dea4a12d9565123a8d3d590"
29 ]
30}