ruby-parslet 1.8.1-1 source package in Ubuntu

Changelog

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

  * Team upload
  * New upstream version 1.8.1
  * Remove version in the gem2deb build-dependency
  * Use https:// in Vcs-* fields and watch file
  * Bump Standards-Version to 4.1.2 (no changes needed)
  * Bump debhelper compatibility level to 10
  * Build-depend on ruby-ae

 -- Cédric Boutillier <email address hidden>  Mon, 04 Dec 2017 12:08:14 +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

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-parslet_1.8.1-1.dsc 1.8 KiB d0981ffaf1c3b30814c9a1eac58c36c7e48f59da1efdd88c4511cfd7280683f6
ruby-parslet_1.8.1.orig.tar.gz 75.0 KiB 91c6a44045da0aabddd20c93223efba517781db184b81a5a389a8f79de73c88c
ruby-parslet_1.8.1-1.debian.tar.xz 4.0 KiB be9535e497f42c262cf71794db8c2d817ac7484f09ce0f1f62756aa2b69a4b15

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.