File: control

package info (click to toggle)
libsequel-core-ruby 1.5.1-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 648 kB
  • ctags: 840
  • sloc: ruby: 10,949; makefile: 36
file content (42 lines) | stat: -rw-r--r-- 1,770 bytes parent folder | download
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
Source: libsequel-core-ruby
Section: interpreters
Priority: optional
Maintainer: Sebastien Delafond <seb@debian.org>
Build-Depends: debhelper (>> 3.0.0)
Standards-Version: 3.7.3

Package: libsequel-core-ruby1.8
Architecture: all
Depends: ruby, libmetaid-ruby1.8
Suggests: libdbi-ruby1.8, libsqlite3-ruby1.8, libpgsql-ruby1.8, libodbc-ruby1.8
Description: Lightweight database access toolkit for Ruby (core files)
 Sequel is a lightweight database access toolkit for Ruby. Sequel
 provides thread safety, connection pooling and a concise DSL for
 constructing database queries and table schemas. Sequel also includes
 a lightweight but comprehensive ORM layer for mapping records to Ruby
 objects using the ActiveRecord pattern.
 .
 Sequel makes it easy to deal with multiple records without having to
 break your teeth on SQL.
 .
 Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
 MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.

Package: libsequel-core-ruby
Architecture: all
Depends: libsequel-core-ruby1.8
Description: Lightweight database access toolkit for Ruby (core files)
 Sequel is a lightweight database access toolkit for Ruby. Sequel
 provides thread safety, connection pooling and a concise DSL for
 constructing database queries and table schemas. Sequel also includes
 a lightweight but comprehensive ORM layer for mapping records to Ruby
 objects using the ActiveRecord pattern.
 .
 Sequel makes it easy to deal with multiple records without having to
 break your teeth on SQL.
 .
 Sequel currently has adapters for ADO, DB2, DBI, Informix, JDBC,
 MySQL, ODBC, OpenBase, Oracle, PostgreSQL and SQLite3.
 .
 This package provide documentation and depends on the package 
 containing the actual library for the default Ruby version.