[ 源代码: ruby-pygments.rb ]
软件包:ruby-pygments.rb(2.4.1+ds-1)
ruby-pygments.rb 的相关链接
Debian 的资源:
下载源码包 ruby-pygments.rb:
- [ruby-pygments.rb_2.4.1+ds-1.dsc]
- [ruby-pygments.rb_2.4.1+ds.orig.tar.xz]
- [ruby-pygments.rb_2.4.1+ds-1.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 (>= 2.15.1~)
- syntax highlighting package written in Python 3