• Stars
    star
    5
  • Rank 2,774,876 (Top 57 %)
  • Language
    Crystal
  • License
    MIT License
  • Created almost 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crystal bindings for libtar

crystal-libtar

Libtar bindings for the Crystal language

Installation

Add this to your application's shard.yml:

dependencies:
  crystal-libtar:
    github: puppetpies/crystal-libtar

Usage

require "crystal-libtar"

Development

TODO: Make it work

Contributing

  1. Fork it ( https://github.com/puppetpies/crystal-libtar/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors