Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.