Source: ruby-polyglot Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Jonas Genannt Build-Depends: debhelper (>= 9), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-polyglot.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-polyglot.git;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}, ruby | 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.