[ ソース: ruby-pygments.rb ]
パッケージ: ruby-pygments.rb (1.2.0-4)
ruby-pygments.rb に関するリンク
Debian の資源:
ruby-pygments.rb ソースパッケージをダウンロード:
- [ruby-pygments.rb_1.2.0-4.dsc]
- [ruby-pygments.rb_1.2.0.orig.tar.gz]
- [ruby-pygments.rb_1.2.0-4.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: python
- 対話式の高レベルオブジェクト指向言語 (Python2 バージョン)
-
- dep: python-pygments
- Python で書かれたシンタックスハイライトパッケージ
-
- dep: ruby
- オブジェクト指向スクリプト言語 Ruby のインタプリタ (デフォルト版)
- または ruby-interpreter
- パッケージは利用できません
-
- dep: ruby-multi-json
- Ruby library to provide easy switching between different JSON backends
-
- dep: ruby-posix-spawn
- Ruby Implementation of posix_spawn(2) for faster process spawning
-
- dep: ruby-yajl
- Ruby interface to Yajl, a JSON stream-based parser library