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
|
Source: mysql-ruby
Section: interpreters
Priority: optional
Maintainer: Dmitry Borodaenko <angdraug@debian.org>
Standards-Version: 3.7.2
Build-Depends: debhelper (>= 4), libmysqlclient15-dev, ruby1.8, ruby1.8-dev
Package: libmysql-ruby
Architecture: all
Depends: libmysql-ruby1.8
Description: MySQL module for Ruby
This is an API module that allows to access MySQL database from
programs in Ruby programming language. Usually, it will be pulled in
automatically by packages providing Ruby programs which need this
capability, you only need to install it directly if you intend to write
such programs yourself.
.
This package is a dependency package, which depends on the package
containing actual Ruby MySQL module for the default Ruby version
(currently 1.8).
Package: libmysql-ruby1.8
Architecture: any
Depends: ${shlibs:Depends}
Description: MySQL module for Ruby 1.8
This is an API module that allows to access MySQL database from
programs in Ruby programming language. Usually, it will be pulled in
automatically by packages providing Ruby programs which need this
capability, you only need to install it directly if you intend to write
such programs yourself.
.
This package contains MySQL module for Ruby 1.8.
|