ruby-parslet 2.0.0-1 source package in Ubuntu

Changelog

ruby-parslet (2.0.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * Remove patches applied by upstream
  * Declare compliance with Debian Policy 4.6.2

 -- Lucas Kanashiro <email address hidden>  Thu, 22 Feb 2024 19:39:07 -0300

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
Noble proposed universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parslet_2.0.0-1.dsc 2.2 KiB 6f2574962cfa3506e7bd9f48a5b98cd0254b4268a64f41b51116d064ee26be4b
ruby-parslet_2.0.0.orig.tar.gz 238.9 KiB bf593db573666c3024e58ba0baba2ea8021f2eb1eee9f54bc8f6ff68626397bc
ruby-parslet_2.0.0-1.debian.tar.xz 4.8 KiB 7ac5024555d462c52d3a3c03915bf8a4a24d3bf63d1619479e594d494b0b1ebb

No changes file available.

Binary packages built by this source

ruby-parslet: Parser construction library with great error reporting in Ruby

 Parslet makes developing complex parsers easy. It does so by
 .
 * providing the best error reporting possible
 * not generating reams of code for you to debug
 .
 Parslet takes the long way around to make your job easier. It allows for
 incremental language construction. Often, you start out small, implementing
 the atoms of your language first; _parslet_ takes pride in making this
 possible.