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 "mirage-crypto-rng" {with-test & >= "0.10.6" & < "0.11.0"} 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.10/chamelon-v0.0.10.tbz" 37 checksum: [ 38 "sha256=592a0becee61ecf45c283bed686afc4258c7d77c40d7d6f7ae062e67b4a0a89f" 39 "sha512=4ac8ab3ed004b9f8881ad116c292ad1bef845d79edcfd7c6058f8b9cb476cb2b7bbbf78a3fa10bd9cf1683ad988b7b4b75a51f238fc7b5b46e9a699cdff8b42a" 40 ] 41} 42x-commit-hash: "6cb1037bb7cba779603ee67d8f983363863a7b65"