[ ソース: ruby-pygments.rb ]
パッケージ: ruby-pygments.rb (2.3.0+ds-2.2)
ruby-pygments.rb に関するリンク
Debian の資源:
ruby-pygments.rb ソースパッケージをダウンロード:
- [ruby-pygments.rb_2.3.0+ds-2.2.dsc]
- [ruby-pygments.rb_2.3.0+ds.orig.tar.xz]
- [ruby-pygments.rb_2.3.0+ds-2.2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
pygments wrapper for Ruby
A Ruby wrapper for the Python pygments syntax highlighter.
pygments.rb works by talking over a simple pipe to a long-lived Python child process. This library replaces albino, as well as a version of pygments.rb that used an embedded Python interpreter.
Each Ruby process that runs has its own 'personal Python'; for example, 4 Unicorn workers will have one Python process each. If a Python process dies, a new one will be spawned on the next pygments.rb request.
その他の ruby-pygments.rb 関連パッケージ
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)
-
- dep: python3-pygments
- syntax highlighting package written in Python 3