ruby-parslet 1.8.2-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ HIGUCHI Daisuke (VDR dai) ]
  * New upstream version 1.8.2
  * Move Vcs-* to salsa.debian.org
  * eliminate lintian warning: insecure-copyright-format-uri
  * update upstream homepage
  * support autopkgtest-pkg-ruby
  * Bump debhelper compatibility level to 11
  * Update Standards-Version to 4.1.3

 -- HIGUCHI Daisuke (VDR dai) <email address hidden>  Sun, 18 Feb 2018 00:45:36 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parslet_1.8.2-1.dsc 2.1 KiB 9894a8f0eb95083f369ac20abe8fbe51c4c5d5405ffc155d0af4dda367e35d35
ruby-parslet_1.8.2.orig.tar.gz 75.0 KiB cba01e5dd85f7f87291ac7e8caca620623318052d65a2dee39bb21a22688b85f
ruby-parslet_1.8.2-1.debian.tar.xz 4.2 KiB cd665c293a0531026fd9d36613784d46101e1488bd5475771402b3bdf0144a09

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.