liblink-grammar5t64

Carnegie Mellon University's link grammar parser (libraries)

In Sleator, D. and Temperley, D. "Parsing English with a Link Grammar" (1991), the authors defined a new formal grammatical system called a "link grammar". A sequence of words is in the language of a link grammar if there is a way to draw "links" between words in such a way that the local requirements of each word are satisfied, the links do not cross, and the words form a connected graph. The authors encoded English grammar into such a system, and wrote this program to parse English using this grammar.

libcupsfilters-tests

OpenPrinting libcupsfilters - Test programs for autopkgtests

This library contains filter functions doing all kinds of file format conversion used for printing and scanning, to be used in Printer Applications, CUPS filters, printer drivers, ... also other commonly used functions for handling print data, like color space/depth conversion, dithering, IPP message parsing, ... are available.

libgtkmm-3.0-1t64

C++ wrappers for GTK+ (shared libraries)

Gtkmm is a C++ interface for the popular GUI library GTK+, API version 3.0. Gtkmm provides a convenient interface for C++ programmers to create graphical user interfaces with GTK+'s flexible OO framework. Highlights include type safe callbacks, widgets extensible using inheritance and over 180 classes that can be freely combined to quickly create complex user interfaces.

node-lezer-html

Node.js module to provide HTML grammar for the lezer parser system

The problem of parsing structured text has resisted one-size-fits all solutions for over 60 years. Lezer isn't such a solution either, but it is a very decent parser generator, especially well suited for use in code editors.

sphinxygen

Sphinx ReST generator for Doxygen XML

Sphinxygen generates Sphinx markup to describe a C API from an XML description extracted by Doxygen.

libmbedcrypto7t64

lightweight crypto and SSL/TLS library - crypto library

mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for providing SSL and TLS support in your programs. It offers an intuitive API and documented header files, so you can actually understand what the code does. It features: - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia and XTEA - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5 - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA and ECDH - TLS 1.0, 1.1 and 1.2 - Abstraction layers for ciphers, hashes, public key operations, platform abstraction and threading