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 "alcotest" {>= "1.5.0" & with-test}
19 "alcotest-lwt" {>= "1.5.0" & with-test}
20 "bos" {>= "0.2.0"}
21 "chamelon" {= version}
22 "cmdliner" {>= "1.1.0"}
23 "fmt" {>= "0.8.7"}
24 "logs" {>= "0.6.0"}
25 "lwt" {>= "5.3.0"}
26 "mirage-block" {>= "3.0.0"}
27 "mirage-block-unix" {>= "2.13.0"}
28 "mirage-clock" {>= "2.0.0"}
29 "mirage-clock-unix" {>= "4.0.0"}
30 "mirage-kv" {>= "4.0.1"}
31 "mirage-logs" {>= "1.2.0"}
32]
33available: arch != "arm32" & arch != "x86_32"
34url {
35 src:
36 "https://github.com/yomimono/chamelon/releases/download/v0.0.8/chamelon-0.0.8.tbz"
37 checksum: [
38 "sha256=6f02ee1ed4d73a28dec7e351c26caf0036846845f597f10fcff1da54f9edb58c"
39 "sha512=a5781e2b183f6c78c8ef289950476274e19d4d56df85b99d8887c5155f24e79d0dac440bbc395a072b9e39f7666d4fd27ee94e65aa0117646bf305511d93def6"
40 ]
41}
42x-commit-hash: "2481dfdc61a88ba1ac175761eab9b6a946a513c4"