ruby-polyglot 0.3.4-1.1 source package in Ubuntu

Changelog

ruby-polyglot (0.3.4-1.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Fri, 01 Jan 2021 16:47:25 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
ruby
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe ruby
Noble release universe ruby
Mantic release universe ruby
Lunar release universe ruby
Jammy release universe ruby

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-polyglot_0.3.4-1.1.dsc 2.0 KiB e1fe9edde74a981c84ab0dda22ebc395e3e4773bf886547e47bc506c69e0574b
ruby-polyglot_0.3.4.orig.tar.gz 4.7 KiB 27e8da8e59fc107f9e9ec99845b79b6478d2c0f33c7b1aeec935c27cfa8184cd
ruby-polyglot_0.3.4-1.1.debian.tar.xz 2.6 KiB 340c74bcd8f05636402e1b359de8e2c16a90fdb1260903abf59d979cd8c5f6e2

Available diffs

No changes file available.

Binary packages built by this source

ruby-polyglot: 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.