Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blakesmith/ar
Golang ar archive file library
https://github.com/blakesmith/ar
Last synced: 13 days ago
JSON representation
Golang ar archive file library
- Host: GitHub
- URL: https://github.com/blakesmith/ar
- Owner: blakesmith
- License: mit
- Created: 2013-02-18T05:30:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-02-02T22:30:39.000Z (almost 4 years ago)
- Last Synced: 2024-08-01T19:55:44.016Z (3 months ago)
- Language: Go
- Size: 12.7 KB
- Stars: 38
- Watchers: 3
- Forks: 22
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# Golang ar (archive) file reader
This is a simple library for reading and writing [ar](http://en.wikipedia.org/wiki/Ar_(Unix)) files in common format. It is influenced heavily in style and interface from the golang [tar](http://golang.org/pkg/archive/tar/) package.
## Author
Written by Blake Smith
Licensed under the MIT license.