ragel 6.10-4 source package in Ubuntu

Changelog

ragel (6.10-4) unstable; urgency=medium

  * d/control: Add Homepage
  * d/control: Point Vcs-* to salsa
  * Adopt package (Closes: #994643)

 -- Chris Hofstaedtler <email address hidden>  Tue, 20 Dec 2022 01:17:38 +0000

Upload details

Uploaded by:
Chris Hofstaedtler
Uploaded to:
Sid
Original maintainer:
Chris Hofstaedtler
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel
Lunar release universe devel

Downloads

File Size SHA-256 Checksum
ragel_6.10-4.dsc 1.8 KiB f596ae0dae4e40530145a9a15126cfae7faca82f2a3d09618a9ec6a7e742c691
ragel_6.10.orig.tar.gz 1.2 MiB 5f156edb65d20b856d638dd9ee2dfb43285914d9aa2b6ec779dac0270cd56c3f
ragel_6.10-4.debian.tar.xz 4.3 KiB c21eed657e6b192b6e6a459a32f79c77653fc964e3d1a01e1fa1adfe33b58543

Available diffs

No changes file available.

Binary packages built by this source

ragel: compiles finite state machines into code in various languages

 Ragel compiles finite state machines from regular languages into C, C++,
 Objective-C, D, Ruby or Java code. Ragel allows the programmer to embed
 actions at any point in a regular language. Non-determinism can be
 controlled through the use of embedded priorities and guarded regular
 language operators. Ragel also supports the construction of scanners and
 the building of state machines using state-charts. Ragel can be used to
 create robust recognizers and parsers which run very fast. It can work
 with integer-sized alphabets and can compile large state machines.
 The generated code has no dependencies.

ragel-dbgsym: debug symbols for ragel