Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cavaliergopher/cpio
Go package providing CPIO Readers and Writers.
https://github.com/cavaliergopher/cpio
cpio golang
Last synced: 12 days 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 (over 7 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T16:01:38.000Z (about 1 year ago)
- Last Synced: 2024-08-01T19:55:41.199Z (3 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
[![Go Reference](https://pkg.go.dev/badge/github.com/cavaliergopher/cpio.svg)](https://pkg.go.dev/github.com/cavaliergopher/cpio) [![Build Status](https://app.travis-ci.com/cavaliergopher/cpio.svg?branch=main)](https://app.travis-ci.com/cavaliergopher/cpio) [![Go Report Card](https://goreportcard.com/badge/github.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