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: libxml-parser-ruby
Section: interpreters
Priority: optional
Maintainer: akira yamada <akira@debian.org>
Build-Depends: debhelper (>> 3), libexpat1-dev (>= 1.95.1), ruby1.6, ruby1.6-dev, ruby1.8, ruby1.8-dev
Standards-Version: 3.6.1
Package: libxml-parser-ruby1.6
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libuconv-ruby1.6, libgtk-ruby1.6
Conflicts: libxml-parser-ruby (<< 0.6.1-4)
Replaces: libxml-parser-ruby (<< 0.6.1-4)
Description: Interface of expat for the scripting language Ruby 1.6
This is the module to access to James Clark's XML Parser Toolkit "expat"
<URL:http://www.jclark.com/xml/expat.html> from Ruby 1.6.
Package: libxml-parser-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libuconv-ruby1.8
Description: Interface of expat for the scripting language Ruby 1.8
This is the module to access to James Clark's XML Parser Toolkit "expat"
<URL:http://www.jclark.com/xml/expat.html> from Ruby 1.8.
|