Skip to content

gemmaro/nsplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nsplist

GitHub release

Old-style ASCII property lists parser.

Installation

  1. Add the dependency to your shard.yml:

    dependencies:
      nsplist:
        github: gemmaro/nsplist
  2. Run shards install

Usage

require "nsplist"

NSPlist.parse(source) #=> property list data

Development

crystal spec for testing, and crystal docs to generate an API documentation.

Contributing

  1. Fork it (https://github.com/gemmaro/nsplist/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

Related Works

There are several related works on the property list parsing. For parsing the property lists in the XML format, there is a plist-cr libarry.

Contributors

About

NeXTSTEP property list parser library in Crystal

Resources

License

Stars

Watchers

Forks

Packages

No packages published