Adding upstream version 0.0~git20190502.809d437.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
dbb9ae2240
commit
289829de85
12 changed files with 575 additions and 0 deletions
9
README.md
Normal file
9
README.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
# 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 <blakesmith0@gmail.com>
|
||||
|
||||
Licensed under the MIT license.
|
Loading…
Add table
Add a link
Reference in a new issue