robur-coop / albatross

Albatross: orchestrate and manage MirageOS unikernels with Solo5
ISC License
142 stars 17 forks source link

use the last version of decompress #68

Closed dinosaure closed 3 years ago

dinosaure commented 3 years ago

Due to the release of git.3.0.0 which includes the new version of decompress, it could be interesting to upgrade albatross to the last vesion of decompress (>= 1.0.0).

hannesm commented 3 years ago

thanks. just one question: is the compression done by decompress < 1.0.0 compatible with >= 1.2.0?

dinosaure commented 3 years ago

thanks. just one question: is the compression done by decompress < 1.0.0 compatible with >= 1.2.0?

Yes, the format does not change, it's only implementation and speed improvement (in details, we still respect RFC1951 + zlib header).

hannesm commented 3 years ago

thanks, pushed as 38f5085 with the tab character in src/dune converted to spaces.