Registry / serialization / cavaliergopher-cpio

cavaliergopher-cpio

JSON →
library1.0.1gogounverified

Readers and writers for CPIO archives, supporting the SVR4 (New ASCII) format with or without checksums.

go get github.com/cavaliergopher/cpio
INSTALL
IMPORT
SIG · CAVALIERGOPHER-CPI
C
cavaliergopher-cpio
serializationgov1.0.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cpio
✓ github.com/cavaliergopher/cpio

Create a CPIO archive

package main import ( "archive/tar" "bytes" "fmt" "github.com/cavaliergopher/cpio" ) func main() { var buf bytes.Buffer w := cpio.NewWriter(&buf) // write entries... w.Close() fmt.Println("CPIO archive created") }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
cavaliergopher-cpio — go get cavaliergopher-cpio · libregistry