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: "Subset of littlefs filesystem fulfilling MirageOS KV" 9description: """ 10Chamelon implements a subset of the littlefs filesystem, 11which was originally designed for microcontroller use. It exposes 12an interface matching the Mirage_kv.RW module type and operates 13on top of a block device matching Mirage_block.S . 14 15It is extremely not POSIX.""" 16 17build: [ 18 [ "dune" "build" "-p" name "-j" jobs ] 19 [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 20] 21 22depends: [ 23 "ocaml" {>= "4.10.0"} 24 "dune" {>= "2.9.0" & < "3.7.0"} 25 "chamelon-unix" {= version & with-test} 26 "crowbar" {>= "0.2.1" & with-test} 27 "fpath" {>= "0.7.3" & with-test} 28 "alcotest" {>= "1.5.0" & with-test} 29 "alcotest-lwt" {>= "1.5.0" & with-test} 30 "mirage-block-unix" {>= "2.13.0" & with-test} 31 "mirage-crypto-rng" {with-test & >= "0.10.6" & < "1.0.0"} 32 "bechamel" {>= "0.2.0" & with-test} 33 "bechamel-js" {>= "0.2.0" & with-test} 34 "checkseum" {>= "0.3.2"} 35 "cstruct" {>= "6.0.0"} 36 "digestif" {>= "1.0.0"} 37 "fmt" {>= "0.8.7"} 38 "logs" {>= "0.6.0"} 39 "lwt" {>= "5.3.0"} 40 "ptime" {>= "0.8.6"} 41 "mirage-block" {>= "3.0.0"} 42 "mirage-clock" {>= "2.0.0"} 43 "mirage-kv" {>= "4.0.1" & < "5.0.0"} 44 "mirage-logs" {>= "1.2.0"} 45 "ppx_cstruct" 46 "optint" {>= "0.0.4"} 47] 48url { 49 src: 50 "https://github.com/yomimono/chamelon/releases/download/v0.0.10/chamelon-v0.0.10.tbz" 51 checksum: [ 52 "sha256=592a0becee61ecf45c283bed686afc4258c7d77c40d7d6f7ae062e67b4a0a89f" 53 "sha512=4ac8ab3ed004b9f8881ad116c292ad1bef845d79edcfd7c6058f8b9cb476cb2b7bbbf78a3fa10bd9cf1683ad988b7b4b75a51f238fc7b5b46e9a699cdff8b42a" 54 ] 55} 56x-commit-hash: "6cb1037bb7cba779603ee67d8f983363863a7b65"