Sha256: 843a938e70280e42318a6535ea00a56db5d043ca122a6a6459ecc68935c75cdc

Contents?: true

Size: 537 Bytes

Versions: 5

Compression:

Stored size: 537 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 # Like JSON

## 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

5 entries across 5 versions & 1 rubygems

Version Path
slapp-0.2.0 README.md
slapp-0.1.3 README.md
slapp-0.1.2 README.md
slapp-0.1.1 README.md
slapp-0.1.0 README.md