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
|
Source: libdataobjects-ruby
Section: interpreters
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.7.3
Package: libdataobjects-ruby1.8
Architecture: all
Depends: libruby1.8
Recommends: libdataobjects-mysql-ruby1.8, libdataobjects-postgres-ruby1.8, libdataobjects-sqlite3-ruby1.8,
Description: Rewrite existing Ruby database drivers to conform to a single interface
The purpose of DO.rb is to rewrite existing Ruby database drivers to
conform to a single interface. At present, PostgreSQL, MySQL, and
SQLite adapters are available (as separate packages).
Package: libdataobjects-ruby
Architecture: all
Depends: libdataobjects-ruby1.8
Description: Rewrite existing Ruby database drivers to conform to a single interface
The purpose of DO.rb is to rewrite existing Ruby database drivers to
conform to a single interface. At present, PostgreSQL, MySQL, and
SQLite adapters are available (as separate packages).
.
This package provide documentation and depends on the package
containing the actual library for the default Ruby version.
|