Pakket: ruby-pygments.rb (1.2.0-2)
Verwijzigingen voor ruby-pygments.rb
Trisquel bronnen:
Het bronpakket ruby-pygments.rb downloaden:
- [ruby-pygments.rb_1.2.0-2.dsc]
- [ruby-pygments.rb_1.2.0.orig.tar.gz]
- [ruby-pygments.rb_1.2.0-2.debian.tar.xz]
Beheerder:
Original Maintainers:
- Debian Ruby Extras Maintainers (Mailarchief)
- Per Andersson
- Dominique Dumont
Externe bronnen:
- Homepage [github.com]
Vergelijkbare pakketten:
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.
Andere aan ruby-pygments.rb gerelateerde pakketten
|
|
|
-
- dep: python
- interactive high-level object-oriented language (default version)
-
- dep: python-pygments
- syntax highlighting package written in Python
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- of ruby-interpreter
- Pakket niet beschikbaar
-
- 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