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 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
Source: libhpricot-ruby
Section: libs
Priority: extra
Maintainer: Ari Pollak <ari@debian.org>
Uploaders: @RUBY_EXTRAS_TEAM@
Build-Depends: cdbs, debhelper (>= 5), ruby-pkg-tools (>= 0.8),
ruby1.8, ruby1.8-dev, ruby1.9, ruby1.9-dev
Standards-Version: 3.7.2
Package: libhpricot-ruby
Architecture: all
Depends: libhpricot-ruby1.8
Description: A fast, enjoyable HTML parser
Hpricot is a fast, flexible HTML parser written in C. It's designed to be
very accomodating (like Tanaka Akira's HTree) and to have a very helpful
library (like some JavaScript libs -- JQuery, Prototype -- give you.)
.
Also, Hpricot can be handy for reading broken XML files, since many of the
same principles are used. If a quote is missing, Hpricot tries to figure it
out. If tags overlap, Hpricot works on sorting them out.
.
Homepage: http://code.whytheluckystiff.net/hpricot/
.
This is a dependency package which depends on Debian's default Ruby version
(currently 1.8).
Package: libhpricot-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A fast, enjoyable HTML parser
Hpricot is a fast, flexible HTML parser written in C. It's designed to be
very accomodating (like Tanaka Akira's HTree) and to have a very helpful
library (like some JavaScript libs -- JQuery, Prototype -- give you.)
.
Also, Hpricot can be handy for reading broken XML files, since many of the
same principles are used. If a quote is missing, Hpricot tries to figure it
out. If tags overlap, Hpricot works on sorting them out.
.
Homepage: http://code.whytheluckystiff.net/hpricot/
.
This package is built for Ruby 1.8.
Package: libhpricot-ruby1.9
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: A fast, enjoyable HTML parser
Hpricot is a fast, flexible HTML parser written in C. It's designed to be
very accomodating (like Tanaka Akira's HTree) and to have a very helpful
library (like some JavaScript libs -- JQuery, Prototype -- give you.)
.
Also, Hpricot can be handy for reading broken XML files, since many of the
same principles are used. If a quote is missing, Hpricot tries to figure it
out. If tags overlap, Hpricot works on sorting them out.
.
Homepage: http://code.whytheluckystiff.net/hpricot/
.
This package is built for Ruby 1.9.
|