[new release] qcow (4 packages) (0.13.0)#29420
Open
psafont wants to merge 2 commits intoocaml:masterfrom
Open
Conversation
jmid
reviewed
Feb 19, 2026
Member
jmid
left a comment
There was a problem hiding this comment.
There are some missing dependencies. Here are some suggestions.
In addition, there are additional lower-bound failures:
qcow-stream.0.13.0
lower-bounds (failed: Ppx dependency on a non-ppx library "lwt_ppx". If "lwt_ppx" is in fact)
qcow-tool.0.13.0
lower-bounds (failed: Ppx dependency on a non-ppx library "lwt_ppx". If "lwt_ppx" is in fact)
qcow.0.13.0
lower-bounds (failed: sha.1.10 failed to build)
CHANGES: - qcow_stream: Breaking changes to the interface, with the allocated data clusters now returned in Qcow_mapping.t. Great reductions in memory usage, various other optimizations (last-genius mirage/ocaml-qcow#134)
91e1e81 to
ff27fc4
Compare
Co-authored-by: Raphaël Proust <raphael-proust@users.noreply.github.com>
ff27fc4 to
d475e55
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for Qcow2 images
CHANGES:
clusters now returned in Qcow_mapping.t. Great reductions in memory usage,
various other optimizations (last-genius Reduce memory usage mirage/ocaml-qcow#134)