1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
Source: ruby-crack
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hideki Yamane <henrich@debian.org>, Praveen Arimbrathodiyil <praveen@debian.org>
Build-Depends: debhelper (>= 8.0.0), rake, gem2deb (>= 0.3.1~),
ruby-minitest,
ruby-safe-yaml (>= 1.0.0~),
ruby-jnunemaker-matchy
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-crack.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-crack.git;a=summary
Homepage: https://github.com/jnunemaker/crack
XS-Ruby-Versions: all
Package: ruby-crack
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-safe-yaml (>= 1.0.0~)
XB-Ruby-Versions: ${ruby:Versions}
Description: Ruby library to parse XML and JSON
Crack is a really simple JSON and XML parsing Ruby library.
.
XML parser is ripped from Merb and the JSON parser is ripped from Rails.
Just packaged them for all to enjoy and easily use.
|