File: control

package info (click to toggle)
ruby-dataobjects-sqlite3 0.10.17-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 332 kB
  • sloc: ansic: 991; ruby: 322; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,090 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-dataobjects-sqlite3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Deepak Tripathi <deepak@debian.org>,
           Cédric Boutillier <boutil@debian.org>
Build-Depends: debhelper (>= 12~),
               gem2deb,
               libsqlite3-dev,
               rake,
               ruby-dataobjects (>= 0.10.14~),
               ruby-rspec (>= 2.5)
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-dataobjects-sqlite3.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-dataobjects-sqlite3
Homepage: https://github.com/datamapper/do
XS-Ruby-Versions: all

Package: ruby-dataobjects-sqlite3
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-dataobjects (>= 0.10.14~),
         ${misc:Depends},
         ${shlibs:Depends}
Description: SQLite adapter for ruby-dataobjects
 The purpose of DataObjects.rb is to propose a single interface for Ruby to
 various databases. This package provides the adapter for SQLite to this
 unified interface.