1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: ruby-http-parser.rb
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>,
Per Andersson <avtobiff@gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.7.4~),
libhttp-parser-dev,
rake,
ruby-json,
ruby-rspec,
ruby-yajl
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-http-parser.rb.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-http-parser.rb.git;a=summary
Homepage: http://github.com/tmm1/http_parser.rb
XS-Ruby-Versions: all
Package: ruby-http-parser.rb
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter, ${misc:Depends}, ${shlibs:Depends}
Conflicts: ruby-http-parser
Suggests: ruby-http-parser.rb-doc
Description: Simple callback-based HTTP request/response parser
A simple callback-based HTTP request/response parser for writing http servers,
clients and proxies.
.
It is built on top of Joyent's libhttp-parser and it's Java port.
Package: ruby-http-parser.rb-doc
Architecture: all
Section: doc
Depends: libjs-jquery, ${misc:Depends}
Suggests: ruby-http-parser.rb
Description: Simple callback-based HTTP request/response parser (documentation)
A simple callback-based HTTP request/response parser for writing http servers,
clients and proxies.
.
It is built on top of Joyent's libhttp-parser and it's Java port.
.
This package contains the html documentation for ruby-http-parser.rb.
|