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: Nitesh A Jain <niteshjain92@gmail.com>
Build-Depends: debhelper (>= 7.0.50~),
gem2deb (>= 0.3.0~),
ruby-minitest (>= 5.3~),
ruby-hoe (>= 2.13~)
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-arel.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-arel.git;a=summary
Homepage: http://github.com/rails/arel
XS-Ruby-Versions: all
Package: ruby-arel
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
${misc:Depends},
ruby | ruby-interpreter
Breaks: ruby-activerecord-3.2
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.
|