Talk:Apk spec: Difference between revisions

From Alpine Linux
No edit summary
Line 25: Line 25:
== gzip stream or gzip member ==
== gzip stream or gzip member ==


Gzip stream could perhaps be called members as the rfc1952 refers them to or the gzip documentation https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html.
Gzip streams could perhaps be called members as the rfc1952 refers them to or the gzip documentation https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html.

Revision as of 19:08, 2 March 2023

APK v2 package layout
Gzip Streams apk-gzip-stream1 apk-gzip-stream2 apk-gzip-stream-3
Tar apk-tar-segment-1 apk-tar-segment-2 apk-tarball
Blocks [h1, d, ...] [h, d, ...] [h, d, h, d, ..., eof1, eof2 ]
Files Package Signature Control Data Package Data
Index v2 layout
Gzip Streams index-gzip-stream1 index-gzip-stream2
Tar index-tar-segment-1 index-tar-segment-2
Blocks [h1, d, ...] [h, d, ..., eof1, eof2]
Files Index Signature Description and APKINDEX

gzip stream or gzip member

Gzip streams could perhaps be called members as the rfc1952 refers them to or the gzip documentation https://www.gnu.org/software/gzip/manual/html_node/Advanced-usage.html.