ruby-pygments.rb 2.3.0+ds-2.2 source package in Ubuntu

Changelog

ruby-pygments.rb (2.3.0+ds-2.2) unstable; urgency=medium

  * Non-maintainer upload.
  * Add patch for pygments 2.24 (Closes: #1028620)

 -- Jochen Sprickerhof <email address hidden>  Fri, 20 Jan 2023 09:51:53 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-pygments.rb_2.3.0+ds-2.2.dsc 2.1 KiB fbc04d1a82e46746e785573e05d7230bf412778036a7018a99bff8263bed471c
ruby-pygments.rb_2.3.0+ds.orig.tar.xz 13.3 KiB f3dea14e73c5f6fcf98d814a761db532e1eae446a1d8237dc0874e483c02ae17
ruby-pygments.rb_2.3.0+ds-2.2.debian.tar.xz 8.2 KiB cba021d3c641c7a2405c605069597d5efdf9c53686669289639404156edca8fb

Available diffs

No changes file available.

Binary packages built by this source

ruby-pygments.rb: 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.