Sha256: b81528fa668f62668150b6da6533823a8600582f6b9e17d7c8947f5cf672753f

Contents?: true

Size: 525 Bytes

Versions: 3

Compression:

Stored size: 525 Bytes

Contents

# Slapp

SLAckware Package Parser

## Installation

Add this line to your application's Gemfile:

    gem 'slapp'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install slapp

## Usage

    parser = Slapp::Parser.new('path/to/PACKAGES.TXT')
    parser.packages

## Contributing

1. Fork it
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 new Pull Request

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
slapp-0.2.3 README.md
slapp-0.2.2 README.md
slapp-0.2.1 README.md