nightlyone / ar

ar archive support http://en.wikipedia.org/wiki/Ar_(Unix)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ar

Support ar archives

[![Build Status][1]][2] [![GoDoc][3]][4]

LICENSE

BSD

documentation

package documentation at godoc.org or gowalker.org

build and install

install from source

Install [Go 1.2][5] or later, either [from source][6] or [with a prepackaged binary][7].

Then run

go get github.com/nightlyone/ar

LICENSE

BSD

documentation

contributing

Contributions are welcome. Please open an issue or send me a pull request for a dedicated branch. Make sure the git commit hooks show it works.

git commit hooks

enable commit hooks via

    cd .git ; rm -rf hooks; ln -s ../git-hooks hooks ; cd ..

References: [1]: https://secure.travis-ci.org/nightlyone/ar.png [2]: http://travis-ci.org/nightlyone/ar [3]: https://godoc.org/github.com/nightlyone/ar?status.png [4]: https://godoc.org/github.com/nightlyone/ar [5]: http://golang.org [6]: http://golang.org/doc/install/source [7]: http://golang.org/doc/install

About

ar archive support http://en.wikipedia.org/wiki/Ar_(Unix)

License:MIT License


Languages

Language:Go 100.0%