ruby-parslet 1.8.2-2 source package in Ubuntu

Changelog

ruby-parslet (1.8.2-2) unstable; urgency=medium

  * Team upload.

  [ HIGUCHI Daisuke (VDR dai) ]
  * d/p/002_remove-ruby2.5-deprecated-mathn.patch: remove deprecated mathn
    library (Closes: #892460).
  * d/tests: use quilt.

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Mon, 12 Mar 2018 21:09:56 +0900

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
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parslet_1.8.2-2.dsc 2.1 KiB 6dbf541576a49fdd9e370d473c56aea139046de62f1818b51783cc2b7250ad4e
ruby-parslet_1.8.2.orig.tar.gz 75.0 KiB cba01e5dd85f7f87291ac7e8caca620623318052d65a2dee39bb21a22688b85f
ruby-parslet_1.8.2-2.debian.tar.xz 5.1 KiB 2173c14cfb01b156ac2ca7d78baf6b15d6503d1864fe7defc3e94eea877b601d

Available diffs

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.