File: control

package info (click to toggle)
ruby-polyglot 0.3.3-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 80 kB
  • sloc: ruby: 71; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,131 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-polyglot
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Vasudev Kamath <kamathvasudev@gmail.com>
Build-Depends: debhelper (>= 9),
               gem2deb (>= 0.3.0~)
Standards-Version: 3.9.3
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-polyglot.git
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-polyglot;a=summary
Homepage: http://polyglot.rubyforge.org
XS-Ruby-Versions: all

Package: ruby-polyglot
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends},
         ${misc:Depends},
         ruby1.8 | ruby-interpreter
Description: Custom language loaders for specified file extensions
 Allows one to write custom language loaders for specified file extensions
 to be hooked into require.
 .
 This supports the creation of DSLs having a syntax that is most
 appropriate to their purpose, instead of abusing the Ruby syntax.
 .
 Required files are attempted first using the normal Ruby loader,
 and if that fails, Polyglot conducts a search for a file having
 a supported extension.