https://github.com/cavaliergopher/cpio
Go package providing CPIO Readers and Writers.
https://github.com/cavaliergopher/cpio
cpio golang
Last synced: 6 months ago
JSON representation
Go package providing CPIO Readers and Writers.
- Host: GitHub
- URL: https://github.com/cavaliergopher/cpio
- Owner: cavaliergopher
- License: bsd-3-clause
- Created: 2017-07-16T13:21:01.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T16:01:38.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T10:36:45.742Z (11 months ago)
- Topics: cpio, golang
- Language: Go
- Size: 36.1 KB
- Stars: 60
- Watchers: 2
- Forks: 12
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpio
[](https://pkg.go.dev/github.com/cavaliergopher/cpio) [](https://app.travis-ci.com/cavaliergopher/cpio) [](https://goreportcard.com/report/github.com/cavaliergopher/cpio)Package cpio provides readers and writers for the CPIO archive file format.
Currently, only the SVR4 (New ASCII) format is supported, both with and without
checksums.Copyright 2021, Ryan Armstrong