Ports Search

Results 11,37111,380 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/bytestring-nums-0.3.6 (Score: 9.2878623E-4)
Parse numeric literals from ByteStrings
Parse numeric literals from ByteStrings.
devel/cereal-0.4.1.1 (Score: 9.2878623E-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/checkers-0.4.3 (Score: 9.2878623E-4)
Check properties on standard classes and data structures
'Checkers' wraps up the expected properties associated with various standard type classes as QuickCheck properties. Also some morphism properties. It also provides arbitrary instances and generator combinators for common data types.
devel/cmdargs-0.10.13 (Score: 9.2878623E-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/convertible-1.1.1.0 (Score: 9.2878623E-4)
Typeclasses and instances for converting between types
convertible provides a typeclass with a single function that is designed to help convert between different types: numeric values, dates and times, and the like. The conversions perform bounds checking and return a pure Either value. This means that you need not remember which specific function performs the conversion you desire. Also included in the package are optional instances that provide conversion for various numeric and time types, as well as utilities for writing your own instances. Finally, there is a function that will raise an exception on bounds-checking violation, or return a bare value otherwise, implemented in terms of the safer function described above. Convertible is also used by HDBC 2.0 for handling marshalling of data to and from databases. Convertible is backed by an extensive test suite and passes tests on GHC and Hugs.
devel/data-default-0.5.3 (Score: 9.2878623E-4)
Class for types with a default value
A class for types with a default value.
devel/data-hash-0.2.0.1 (Score: 9.2878623E-4)
Combinators for building fast hashing functions
Combinators for building fast hashing functions. Includes hashing functions for all basic Haskell 98 types.
devel/data-ordlist-0.4.7.0 (Score: 9.2878623E-4)
Set and bag operations on ordered lists
This module provides set and multiset operations on ordered lists.
devel/data-pprint-0.2.4 (Score: 9.2878623E-4)
Prettyprint and compare Data values
Prettyprint and compare Data values. * Size limit for the output * Time limit for the computation * Escape exceptions * Do not escape unicode characters * Comparison: Highlight the first difference * Comparison: Yes, No or Maybe results
devel/date-cache-0.3.0 (Score: 9.2878623E-4)
Date cacher
Formatting time is slow. This package provides mechanisms to cache formatted date.