From 9dcad9ebe873d3f9ee8d8ea7598962494c1fb16e Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 25 Jun 2025 06:43:27 -0400 Subject: [PATCH] README.md: Link to flatpak delta spec and code It's important to know where this is used. Signed-off-by: Colin Walters Signed-off-by: Alexander Larsson --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c7b4853..8a0c3fa 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,13 @@ The `tar-diff` file format is described in [file-format.md](file-format.md). Interested in collaborating on `tar-diff`? Check out our [`CONTRIBUTING.md`](CONTRIBUTING.md) guide to help get you started! +## Known users + +- [Flatpak OCI deltas](https://github.com/flatpak/flatpak-oci-specs/blob/main/image-deltas.md) +- [Flatpak OCI processing code](https://github.com/flatpak/flatpak/blob/66b038e14809bc973d46e8078a070dc32e894903/common/flatpak-oci-registry.c#L1689) +- [oci-delta](https://github.com/containers/oci-delta) +- [composefs-rs implementation of oci-delta](https://github.com/composefs/composefs-rs/blob/main/crates/composefs-oci/src/delta.rs) + ## License `tar-diff` is licensed under the Apache License, Version 2.0. See