this repo has no description
1opam-version: "2.0"
2maintainer: [ "yomimono <maintenance@identity-function.com>" ]
3authors: [ "yomimono <maintenance@identity-function.com>" ]
4homepage: "https://github.com/yomimono/chamelon"
5bug-reports: "https://github.com/yomimono/chamelon/issues"
6dev-repo: "git+https://github.com/yomimono/chamelon.git"
7license: "ISC"
8synopsis: "Command-line Unix utilities for chamelon filesystems"
9
10build: [
11 [ "dune" "build" "-p" name "-j" jobs ]
12 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test}
13]
14
15depends: [
16 "ocaml" {>= "4.10.0"}
17 "dune" {>= "2.9.0"}
18 "mirage-crypto-rng" {with-test & >= "0.10.6" & < "0.11.0"}
19 "alcotest" {>= "1.5.0" & with-test}
20 "alcotest-lwt" {>= "1.5.0" & with-test}
21 "bos" {>= "0.2.0"}
22 "chamelon" {= version}
23 "cmdliner" {>= "1.1.0"}
24 "fmt" {>= "0.8.7"}
25 "logs" {>= "0.6.0"}
26 "lwt" {>= "5.3.0"}
27 "mirage-block" {>= "3.0.0"}
28 "mirage-block-unix" {>= "2.13.0"}
29 "mirage-clock" {>= "2.0.0"}
30 "mirage-clock-unix" {>= "4.0.0"}
31 "mirage-kv" {>= "4.0.1"}
32 "mirage-logs" {>= "1.2.0"}
33]
34url {
35 src:
36 "https://github.com/yomimono/chamelon/releases/download/v0.0.9.1/chamelon-v0.0.9.1.tbz"
37 checksum: [
38 "sha256=14c8e64ce48dbfc09876a1a66351e44ce41669b87a0cc7c900a1cadc563d9bad"
39 "sha512=8988a0f03b1b0f89fee68a3950710705f1053536c24cde3dbb8916a2f0a90ce72eb97cacd400101f715a240dae6596f1fa598ec38bf30069be7d159a7f960653"
40 ]
41}
42x-commit-hash: "0c1d470001f6c2c6598118a88cb4534f15f3ac68"