Squashfuse is a FUSE filesystem that allows a
squashfs archive to be mounted in user-space.
It is designed to be fast and memory-efficient,
and supports most of the features of the squashfs format.
This package contains development files.
Provides
Requires
License
BSD-2-Clause
Changelog
* Sat May 17 2025 Andreas Stieger <andreas.stieger@gmx.de>
- update to 0.6.1:
* portability changes for other platform
- drop build-time autoconf
* Mon Apr 14 2025 Bjørn Lie <bjorn.lie@gmail.com>
- Update to version 0.6.0:
* Add `.` and `..` in directory listings.
* Add `--enable-broken-directory-offsets` configure option to
compensate for a macOS FUSE-T bug.
* Fix 32-bit builds
* Add nix as a supported build type
- Add pkgconfig(libzstd) BuildRequires, add zstd support.
- Add pkgconfig(fuse3)