re2c 2.0.3-1build1 source package in Ubuntu

Changelog

re2c (2.0.3-1build1) impish; urgency=medium

  * No-change rebuild to build packages with zstd compression.

 -- Matthias Klose <email address hidden>  Thu, 07 Oct 2021 12:23:41 +0200

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Impish
Original maintainer:
jcfp
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
re2c_2.0.3.orig.tar.xz 1.2 MiB b2bc1eb8aaaa21ff2fcd26507b7e6e72c5e3d887e58aa515c2155fb17d744278
re2c_2.0.3-1build1.debian.tar.xz 8.2 KiB b069e65c160b76a6443f3b7b8b25ca003f2077df923628eb85b9029fa0b838d6
re2c_2.0.3-1build1.dsc 1.9 KiB fe4d9e36b50fd0901a1b44ef142a9ce8604cc16d3763ede2d20525f0c156cf1d

View changes file

Binary packages built by this source

re2c: lexer generator for C, C++, Go and Rust

 re2c's main goal is generating fast lexers: at least as fast as
 their reasonably optimized hand-coded counterparts. Instead of using
 a traditional table-driven approach, re2c encodes the generated
 finite state automata directly in the form of conditional jumps and
 comparisons. The resulting programs are faster and often smaller
 than their table-driven analogues, and they are much easier to debug
 and understand. Quite a few optimizations are applied in order to
 speed up and compress the generated code.
 .
 Another distinctive feature is its flexible interface: instead of
 assuming a fixed program template, re2c lets the programmer write
 most of the interface code and adapt the generated lexer to any
 particular environment.

re2c-dbgsym: debug symbols for re2c