ruby-simple-po-parser 1.1.5-2 source package in Ubuntu

Changelog

ruby-simple-po-parser (1.1.5-2) unstable; urgency=medium

  * Team upload
  * Source-only reupload to comply with testing migration policy
  * Bump debhelper compatibility level to 13

 -- Cédric Boutillier <email address hidden>  Fri, 13 Nov 2020 15:52:39 +0100

Upload details

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

See full publishing history Publishing

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

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-simple-po-parser_1.1.5-2.dsc 1.8 KiB b7b7d60baf57ffb6b4da1ae79f38c05e7f2a67e2fe9de5f1cf918b7bca8510b9
ruby-simple-po-parser_1.1.5.orig.tar.gz 38.8 KiB 71c3e6072366e1e6172d41566540ddc681b8709e9f37bdb0f228a6af73e53e57
ruby-simple-po-parser_1.1.5-2.debian.tar.xz 2.3 KiB a74af6c4268ecca652c4fd0bc6f2b05e479b57330c3ea054ee0fdff2b46186c5

Available diffs

No changes file available.

Binary packages built by this source

ruby-simple-po-parser: Simple PO file to ruby hash parser

 This is a simple PO file to ruby hash parser, which complies with GNU PO file
 specification. Tested with the msgcat (GNU gettext-tools) 0.18.3 tool.
 .
 The parser is probably as optimized for speed as possible with pure ruby,
 while parsing all different PO types into separate keys. It was written as a
 "core-replacement" for an equivalent parslet PEG parser for arashm/PoParser
 and benchmarked about 500 times faster.