File: control

package info (click to toggle)
ruby-extlib 0.9.16-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 568 kB
  • ctags: 487
  • sloc: ruby: 7,014; makefile: 5
file content (21 lines) | stat: -rw-r--r-- 966 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
Source: ruby-extlib
Section: ruby
Priority: extra
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Bryan McLellan <btm@loftninjas.org>
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-extlib.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-extlib.git;a=summary
Build-Depends: debhelper (>= 8), ruby-setup, gem2deb (>= 0.2.13~), graphviz
Standards-Version: 3.9.6
Homepage: https://github.com/datamapper/extlib
XS-Ruby-Versions: all

Package: ruby-extlib
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
Description: general Ruby class extensions for DataMapper and Merb
 This library provides a number of lightweight Ruby class extensions
 extracted from DataMapper. Examples include a Mash class, which is a 
 Hash with indifferent access and an added blank? method to most 
 standard variable classes.