Ports Search

Results 11,36111,370 of 19,819 for %22HTTP Server%22.(0.016 seconds)
devel/asn1-types-0.3.0 (Score: 9.2878623E-4)
ASN.1 types
ASN.1 standard types.
devel/base-unicode-symbols-0.2.2.4 (Score: 9.2878623E-4)
Unicode alternatives for common functions and operators
This package defines new symbols for a number of functions, operators and types in the base package. All symbols are documented with their actual definition and information regarding their Unicode code point. They should be completely interchangeable with their definitions. For further Unicode goodness you can enable the UnicodeSyntax language extension. This extension enables Unicode characters to be used to stand for certain ASCII character sequences.
devel/base16-bytestring-0.1.1.6 (Score: 9.2878623E-4)
Fast base16 (hex) encoding and deconding for ByteStrings
Fast base16 (hex) encoding and decoding for ByteStrings.
devel/bits-atomic-0.1.3 (Score: 9.2878623E-4)
Atomic bit operations on memory locations
Atomic operations including CAS (compare-and-swap), fetch & add and variants suitable for low-level shared-memory synchronization. The implementation is using GCC's builtin atomic operations (available in GCC >= 4) in C wrappers called through the FFI.
devel/blaze-builder-0.4.0.1 (Score: 9.2878623E-4)
Efficient buffered output
This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network.
devel/blaze-textual-0.2.1.0 (Score: 9.2878623E-4)
Fast rendering of common datatypes
A library for efficiently rendering Haskell datatypes to bytestrings.
devel/boxes-0.1.4 (Score: 9.2878623E-4)
2D text pretty-printing library
A pretty-printing library for laying out text in two dimensions, using a simple box model.
devel/bsd-sysctl-1.0.7 (Score: 9.2878623E-4)
Access to the BSD sysctl(3) interface
This module provides efficient access to the BSD sysctl(3) interface via the Haskell FFI. It allows to read and write both basic sysctl types, as well as complex opaque types (typically C structures) described via Storable instances.
devel/byteable-0.1.1 (Score: 9.2878623E-4)
Type class for sequence of bytes
Abstract class to manipulate sequence of bytes. The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name.
devel/byteorder-1.0.4 (Score: 9.2878623E-4)
Exposes the native endianness or byte ordering of the system
This package is for working with native byte-ordering of the system.