[ 原始碼: 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
- interactive high-level object-oriented language (Python2 version)
-
- dep: python-pygments
- syntax highlighting package written in Python
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 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