File: control

package info (click to toggle)
ruby-arel 9.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 472 kB
  • sloc: ruby: 3,674; makefile: 3
file content (29 lines) | stat: -rw-r--r-- 1,103 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
Source: ruby-arel
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Georg Faerber <georg@riseup.net>,
           Nitesh A Jain <niteshjain92@gmail.com>
Build-Depends: debhelper (>= 11~),
               gem2deb,
               ruby-hoe (>= 2.13~),
               ruby-minitest (>= 5.3~)
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-arel.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-arel
Homepage: https://github.com/rails/arel
XS-Ruby-Versions: all

Package: ruby-arel
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ${misc:Depends},
         ${shlibs:Depends}
Description: SQL AST manager for Ruby
 Arel is a SQL AST manager for Ruby. It simplifies the generation of
 complex SQL queries and adapts to various RDBMS systems.
 .
 It is intended to be a framework; that is, you can build your own ORM
 with it, focusing on innovative object and collection modeling as opposed to
 database compatibility and query generation.