Ports Search

Results 6,9716,980 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
devel/alex-3.1.4 (Score: 1.607039E-4)
Tool for generating lexical analysers in Haskell
Alex is a tool for generating lexical analysers in Haskell. It takes a description of tokens based on regular expressions and generates a Haskell module containing code for scanning text efficiently. It is similar to the tool lex or flex for C/C++.
devel/auto-update-0.1.2.2 (Score: 1.607039E-4)
Efficiently run periodic, on-demand actions
A common problem is the desire to have an action run at a scheduled interval, but only if it is needed. This library allows you to define actions which will either be performed by a dedicated thread or, in times of low volume, will be executed by the calling thread.
devel/directory-tree-0.12.0 (Score: 1.607039E-4)
Simple directory-like tree datatype, with useful IO functions
A simple directory-like tree datatype, with useful IO functions and Foldable and Traversable instance. Provides a simple data structure mirroring a directory tree on the filesystem, as well as useful functions for reading and writing file and directory structures in the IO monad.
devel/haskell-src-1.0.2.0 (Score: 1.607039E-4)
Support for manipulating Haskell source code
The haskell-src package provides support for manipulating Haskell source code. The package provides a lexer, parser and pretty-printer, and a definition of a Haskell abstract syntax tree (AST). Common uses of this package are to parse or generate Haskell 98 code.
devel/preprocessor-tools-1.0.1 (Score: 1.607039E-4)
Framework for extending Haskell's syntax via quick-and-dirty preprocessors
This library provides a quick-and-dirty (but often effective) method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST.
devel/libantlr3c-3.4 (Score: 1.607039E-4)
ANother Tool for Language Recognition (C runtime)
ANTLR, ANother Tool for Language Recognition, is a language tool that provides a framework for constructing recognizers, interpreters, compilers, and translators from grammatical descriptions containing actions in a variety of target languages. ANTLR provides excellent support for tree construction, tree walking, translation, error recovery, and error reporting. This package provides the ANTLR v3 C runtime library.
devel/libcheck-0.10.0 (Score: 1.607039E-4)
Unit test framework for C
Check is a unit test framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals.
devel/libevdev-1.4.4 (Score: 1.607039E-4)
Linux Event Device library
libevdev is a wrapper library for evdev devices. It moves the common tasks when dealing with evdev devices into a library and provides a library interface to the callers, thus avoiding erroneous ioctls, etc. The eventual goal is that libevdev wraps all ioctls available to evdev devices, thus making direct access unnecessary.
devel/mtdev-1.1.5 (Score: 1.607039E-4)
Multitouch Protocol Translation Library
mtdev is a stand-alone library which transforms all variants of kernel MT events to the slotted type B protocol. The events put into mtdev may be from any MT device, specifically type A without contact tracking, type A with contact tracking, or type B with contact tracking. See Linux kernel documentation for further details.
devel/libmba-0.9.1 (Score: 1.607039E-4)
Collection of C modules potentially useful to any project
The libmba package is a collection of mostly independent C modules potentially useful to any project. There are hashmap, linkedlist, and stack ADTs, a DOM- like interface that can load and store XML files for simple XML processing, a module for managing error codes and associated messages across separate C libraries, and more.