tclex 1.2a1-17 source package in Ubuntu

Changelog

tclex (1.2a1-17) unstable; urgency=low

  * Change the package priority to optional since extra is deprecated.
  * Add the Salsa VCS headers to debian/control.
  * Bump debhelper compatibility version to 10.
  * Bump standards version to 4.1.3.

 -- Sergei Golovan <email address hidden>  Sun, 25 Mar 2018 14:30:29 +0300

Upload details

Uploaded by:
Si Watt
Uploaded to:
Sid
Original maintainer:
Si Watt
Architectures:
any
Section:
interpreters
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe interpreters
Noble release universe interpreters
Mantic release universe interpreters
Lunar release universe interpreters
Jammy release universe interpreters
Focal release universe interpreters

Downloads

File Size SHA-256 Checksum
tclex_1.2a1-17.dsc 1.8 KiB 77c71f7b19f8250d988174b774cba29c152f0d0dfea35038b6d512cc29252f38
tclex_1.2a1.orig.tar.gz 97.8 KiB 06094bba0c8d360f00f545bdabb63a4dcc0ecdf2e458033d1797ee177c6a8767
tclex_1.2a1-17.debian.tar.xz 7.9 KiB 070b6a1f130cb247fb433e755df13ca27f2703b247a23131fd498164aa90b218

Available diffs

No changes file available.

Binary packages built by this source

tcl-tclex: Lexical analyzer generator for Tcl

 tcLex is a lexer (lexical analyzer) generator extension to Tcl. It is
 inspired by Unix and GNU lex and flex, which are "tools for
 generating programs that perform pattern-matching on text". tcLex is
 very similar to these programs, except it uses Tcl philosophy and
 syntax, whereas the others use their own syntax and are used in
 conjunction with the C language. People used to lex or flex should
 then feel familiar with tcLex. tcLex is a small extension (the
 Windows compiled version is about 20kb, and the source is about
 150kb), because it extensively uses the Tcl library. However, the
 current doesn't use Tcl's regexp code anymore but a patched version
 is now included in tcLex, which makes it slightly bigger (by a few
 KB). tcLex should work with Tcl 8.0 and later. tcLex will NEVER work
 with earlier versions, because it uses Tcl 8.0's "object" system for
 performance. The most interesting features are:
 .
  * cross-platform support, thanks to Tcl. Though it has been
    developed on Windows and tested on Windows and Unix only, it
    should work on other platforms as long as Tcl exists on these
    platforms. Supported Tcl platforms are Windows 95/NT, Unix (Linux,
    Solaris...) and Macintosh. Other platforms are VMS, OS/2,
    NeXTStep, Amiga...
 .
  * unlike lex and flex, which only generate static lexers written in
    C and intended to be compiled, tcLex dynamically generates Tcl
    commands that can be used like other C commands or Tcl procedures
    from within Tcl scripts or C programs.
 .
  * it uses Tcl regular expressions. That means you don't have to
    learn another regexp language.
 .
  * it works with Tcl namespaces
 .
  * the generated lexer commands can be used in one pass or
    incrementally, because they maintain state information. That way,
    several instances of the same lexer (eg a HTML parser) can run at
    the same time in distinct call frames and maintain distinct states
    (local variables...). Lexer need not be specially designed in
    order to be used incrementally, the same lexer can transparently
    be used in one pass or incrementally. This feature is especially
    useful when processing text from a file or an Internet socket (Web
    pages for example), when data is not necessarily available at the
    beginning of the processing.

tcl-tclex-dbgsym: No summary available for tcl-tclex-dbgsym in ubuntu kinetic.

No description available for tcl-tclex-dbgsym in ubuntu kinetic.