package chamelon-unix
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=feea6eaddd8f24a3ee4bf7fcbd1567d9a6244c8f14be777fe54cb873838afbf6
sha512=060e81f9bd4e89102af519dad987f85392d10daac9c809f970ebe0afefac043e32d8d14306ea00a5cd98484607b9d8ba40c251ae3977f7a7525fec40de1ecb00
CHANGES.md.html
v0.0.7 (2022-03-04)
initial opam release
v0.0.6 (2022-03-01)
unix binaries are now all subcommands of the
chamelon
commandrefactor
split
and add many more testsfix a bug where writing a block that is over half full and already has a hardtail would never cause compaction
v0.0.5 (2022-02-09)
fix several problems with
remove
fix problem where making new directories could get exciting unexpected contents
v0.0.4 (2022-01-26)
always start processing a directory at its first blockpair, not its last
add timestamp output to lfs_ls
v0.0.3 (2022-01-22)
follow hardtails when making new directories
v0.0.2 (2022-01-18)
used block detection now correctly finds the last block in a CTZ list
entries in a directory are no longer sometimes lost after splitting when block size is small
the allocator now has a separate function for allocating metadata block pairs, so the user doesn't have to retrieve two blocks individually
v0.0.1 (2022-01-10)
Initial release.