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
|
Source: sqlite3-ruby
Maintainer: Dmitry Borodaenko <angdraug@debian.org>
Section: interpreters
Priority: optional
Build-Depends: debhelper (>= 4), ruby1.8, ruby1.8-dev, libsqlite3-dev, swig
Standards-Version: 3.7.2
Package: libsqlite3-ruby
Architecture: all
Depends: libsqlite3-ruby1.8
Description: SQLite3 interface for Ruby
SQLite3/Ruby module allows Ruby programs to interface with the SQLite3
database engine.
.
Note that this module is NOT compatible with SQLite 2.x.
.
This package is a dependency package, which depends on the package
containing actual SQLite3 module for the default Ruby version
(currently 1.8).
Package: libsqlite3-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Description: SQLite3 interface for Ruby 1.8
SQLite3/Ruby module allows Ruby programs to interface with the SQLite3
database engine.
.
Note that this module is NOT compatible with SQLite 2.x.
.
This package contains SQLite3 module for Ruby 1.8.
|