Ports Search

Results 8,3918,400 of 17,660 for descr%3A%22spam filter%22.(0.01 seconds)
devel/cereal-0.4.1.1 (Score: 1.3917367E-4)
Binary serialization library
A binary serialization library, similar to binary, that introduces an isolate primitive for parser isolation, and labeled blocks for better error messages.
devel/cmdargs-0.10.13 (Score: 1.3917367E-4)
Command-line argument processing
This library provides an easy way to define command line parsers. Most users will want to use the "System.Console.CmdArgs.Implicit" module, whose documentation contains an example. * System.Console.CmdArgs.Explicit provides a way to write command line parsers for both single mode programs (most programs) and multiple mode programs (e.g. darcs or cabal). Parsers are defined by constructing a data structure. * System.Console.CmdArgs.Implicit provides a way to concisely define command line parsers, up to three times shorter than getopt. These parsers are translated into the Explicit data type. * System.Console.CmdArgs.GetOpt provides a wrapper allowing compatiblity with existing getopt parsers, mapping to the Explicit data type.
devel/constraints-0.4.1.3 (Score: 1.3917367E-4)
Constraint manipulation
GHC 7.4 gave us the ability to talk about ConstraintKinds. They stopped crashing the compiler in GHC 7.6. This package provides a vocabulary for working with them.
devel/filemanip-0.3.6.3 (Score: 1.3917367E-4)
Expressive file and directory manipulation for Haskell
A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
devel/haddock-library-1.2.1 (Score: 1.3917367E-4)
Library exposing some functionality of Haddock
Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency.
devel/hoogle-4.2.41 (Score: 1.3917367E-4)
Haskell API Search
Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
devel/newtype-0.2 (Score: 1.3917367E-4)
Typeclass and set of functions for working with newtypes
Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala.
devel/securemem-0.1.9 (Score: 1.3917367E-4)
Abstraction to an auto scrubbing and const time eq, memory chunk
SecureMem is similar to ByteString, except that it provides a memory chunk that will be auto-scrubbed after it run out of scope.
devel/smallcheck-1.1.1 (Score: 1.3917367E-4)
Property-based testing library
SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.
devel/threads-0.5.1.3 (Score: 1.3917367E-4)
Fork threads and wait for their result
This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the "threadmanager", "async" and "spawn" packages. The advantages of this package are: * Simpler API. * More efficient in both space and time. * No space-leak when forking a large number of threads. * Correct handling of asynchronous exceptions. * GHC specific functionality like `forkOn` and `forkIOWithUnmask`.