[ 原始碼: ruby-simple-po-parser ]
套件:ruby-simple-po-parser(1.1.5-2)
ruby-simple-po-parser 的相關連結
Debian 的資源:
下載原始碼套件 ruby-simple-po-parser:
- [ruby-simple-po-parser_1.1.5-2.dsc]
- [ruby-simple-po-parser_1.1.5.orig.tar.gz]
- [ruby-simple-po-parser_1.1.5-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
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.