Talk:Apk spec: Difference between revisions

From Alpine Linux
(Blanked the page)
Tags: Blanking Manual revert
m (Unsigned comment attribution, part 2)
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{| class="wikitable"
|+ 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
|}


{| class="wikitable"
|+ 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
|}
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:Mårten|Mårten]] ([[User talk:Mårten|{{int:talkpagelinktext}}]] • [[Special:Contributions/Mårten|{{int:contribslink}}]]) 12:31, 11 December 2022‎</span></small>
== 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.
<small><span class="autosigned">—&nbsp;Preceding [[Help:Signature|unsigned]] comment added by [[User:Mårten|Mårten]] ([[User talk:Mårten|{{int:talkpagelinktext}}]] • [[Special:Contributions/Mårten|{{int:contribslink}}]]) 14:08, 2 March 2023‎</span></small>

Latest revision as of 02:33, 14 August 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

— Preceding unsigned comment added by Mårten (talkcontribs) 12:31, 11 December 2022‎

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.

— Preceding unsigned comment added by Mårten (talkcontribs) 14:08, 2 March 2023‎