File: control

package info (click to toggle)
ruby-odbc 0.99998-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 564 kB
  • sloc: ansic: 8,517; ruby: 851; makefile: 3
file content (28 lines) | stat: -rw-r--r-- 1,091 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
Source: ruby-odbc
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <apenguinlinux@gmail.com>,
           Paul van Tilburg <paulvt@debian.org>
Build-Depends: debhelper (>= 10),
               gem2deb,
               unixodbc-dev
Standards-Version: 4.1.3
Homepage: http://www.ch-werner.de/rubyodbc/
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-odbc.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-odbc.git
XS-Ruby-Versions: all

Package: ruby-odbc
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         unixodbc | libiodbc2,
         ${misc:Depends},
         ${shlibs:Depends}
Description: ODBC Binding for Ruby
 ODBC is a standard API for connecting to ODBC data sources such as Relational
 Database Management Systems (RDBMSs). For accessing ODBC data sources from the
 Ruby language, an ODBC binding library and Ruby interface are required.
 .
 This package includes both UTF-8 and non-UTF-8 versions.