this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #20838 from yomimono/release-chamelon-v0.0.7

[new release] chamelon and chamelon-unix (0.0.7)

authored by

Kate and committed by
GitHub
0320214b fd55cd23

+95
+41
packages/chamelon-unix/chamelon-unix.0.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ "yomimono <maintenance@identity-function.com>" ] 3 + authors: [ "yomimono <maintenance@identity-function.com>" ] 4 + homepage: "https://github.com/yomimono/chamelon" 5 + bug-reports: "https://github.com/yomimono/chamelon/issues" 6 + dev-repo: "git+https://github.com/yomimono/chamelon.git" 7 + license: "ISC" 8 + synopsis: "Command-line Unix utilities for chamelon filesystems" 9 + 10 + build: [ 11 + [ "dune" "build" "-p" name "-j" jobs ] 12 + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 13 + ] 14 + 15 + depends: [ 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 + ] 33 + url { 34 + src: 35 + "https://github.com/yomimono/chamelon/releases/download/v0.0.7/chamelon-0.0.7.tbz" 36 + checksum: [ 37 + "sha256=feea6eaddd8f24a3ee4bf7fcbd1567d9a6244c8f14be777fe54cb873838afbf6" 38 + "sha512=060e81f9bd4e89102af519dad987f85392d10daac9c809f970ebe0afefac043e32d8d14306ea00a5cd98484607b9d8ba40c251ae3977f7a7525fec40de1ecb00" 39 + ] 40 + } 41 + x-commit-hash: "0646b58d4007a276e63d4f671e45e0c84b832d60"
+54
packages/chamelon/chamelon.0.0.7/opam
··· 1 + opam-version: "2.0" 2 + maintainer: [ "yomimono <maintenance@identity-function.com>" ] 3 + authors: [ "yomimono <maintenance@identity-function.com>" ] 4 + homepage: "https://github.com/yomimono/chamelon" 5 + bug-reports: "https://github.com/yomimono/chamelon/issues" 6 + dev-repo: "git+https://github.com/yomimono/chamelon.git" 7 + license: "ISC" 8 + synopsis: "Subset of littlefs filesystem fulfilling MirageOS KV" 9 + description: """ 10 + Chamelon implements a subset of the littlefs filesystem, 11 + which was originally designed for microcontroller use. It exposes 12 + an interface matching the Mirage_kv.RW module type and operates 13 + on top of a block device matching Mirage_block.S . 14 + 15 + It is extremely not POSIX.""" 16 + 17 + build: [ 18 + [ "dune" "build" "-p" name "-j" jobs ] 19 + [ "dune" "runtest" "-p" name "-j" jobs ] {with-test} 20 + ] 21 + 22 + depends: [ 23 + "ocaml" {>= "4.10.0"} 24 + "dune" {>= "2.9.0"} 25 + "chamelon-unix" {= version & with-test} 26 + "fpath" {>= "0.7.3" & with-test} 27 + "alcotest" {>= "1.5.0" & with-test} 28 + "alcotest-lwt" {>= "1.5.0" & with-test} 29 + "mirage-block-unix" {>= "2.13.0" & with-test} 30 + "bechamel" {>= "0.2.0" & with-test} 31 + "bechamel-js" {>= "0.2.0" & with-test} 32 + "checkseum" {>= "0.3.2"} 33 + "cstruct" {>= "6.0.0"} 34 + "digestif" {>= "1.0.0"} 35 + "fmt" {>= "0.8.7"} 36 + "logs" {>= "0.6.0"} 37 + "lwt" {>= "5.3.0"} 38 + "ptime" {>= "0.8.6"} 39 + "mirage-block" {>= "3.0.0"} 40 + "mirage-clock" {>= "2.0.0"} 41 + "mirage-kv" {>= "4.0.1"} 42 + "mirage-logs" {>= "1.2.0"} 43 + "optint" {>= "0.0.4"} 44 + ] 45 + available: arch != "arm32" & arch != "x86_32" 46 + url { 47 + src: 48 + "https://github.com/yomimono/chamelon/releases/download/v0.0.7/chamelon-0.0.7.tbz" 49 + checksum: [ 50 + "sha256=feea6eaddd8f24a3ee4bf7fcbd1567d9a6244c8f14be777fe54cb873838afbf6" 51 + "sha512=060e81f9bd4e89102af519dad987f85392d10daac9c809f970ebe0afefac043e32d8d14306ea00a5cd98484607b9d8ba40c251ae3977f7a7525fec40de1ecb00" 52 + ] 53 + } 54 + x-commit-hash: "0646b58d4007a276e63d4f671e45e0c84b832d60"