Ports Search

Results 11,40111,410 of 19,819 for %22HTTP Server%22.(0.012 seconds)
devel/hsb2hs-0.3.1 (Score: 9.2878623E-4)
Preprocesses a file, adding blobs from files as string literals
Hsb2hs is a preprocessor that allows you to include the contents of files as string literals in your Haskell programs and libraries. It is an alternative to file-embed for those who do not want to rely on Template Haskell.
devel/hslua-0.4.0 (Score: 9.2878623E-4)
Lua language interpreter embedding in Haskell
The Scripting.Lua module is a wrapper of Lua language interpreter. This package contains full Lua interpreter version 5.1.5.
devel/language-c-0.4.7 (Score: 9.2878623E-4)
Analysis and generation of C code
Language C is a Haskell library for the analysis and generation of C code. It features a complete, well tested parser and pretty printer for all of C99 and a large set of GNU extensions.
devel/language-javascript-0.5.14.2 (Score: 9.2878623E-4)
Parser for JavaScript
Parses Javascript into an Abstract Syntax Tree (AST). Initially intended as frontend to hjsmin.
devel/map-syntax-0.2 (Score: 9.2878623E-4)
Syntax sugar for defining maps
Haskell's canonical list of tuples syntax for defining maps is not very convenient and also has ambiguous semantics. This package leverages do notation to create a lighter syntax that makes semantics explicit and also allows the option of fail-fast handling of duplicate keys.
devel/mmap-0.5.9 (Score: 9.2878623E-4)
Memory-mapped files for POSIX and Windows
This library provides a wrapper to mmap(2) or MapViewOfFile, allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, ForeignPtrs or plain Ptrs, using the virtual memory subsystem to do on-demand loading. Modifications are also supported.
devel/mmorph-1.0.4 (Score: 9.2878623E-4)
Monad morphisms
This library provides monad morphism utilities, most commonly used for manipulating monad transformer stacks.
devel/monad-par-0.3.4.7 (Score: 9.2878623E-4)
Library for parallel programming based on a monad
The Par monad offers a simple API for parallel programming. The library works for parallelising both pure and IO computations, although only the pure version is deterministic. The default implementation provides a work-stealing scheduler and supports forking tasks that are much lighter weight than IO-threads.
devel/monads-tf-0.1.0.2 (Score: 9.2878623E-4)
Monad classes, using type families
Monad classes using type families, with instances for various monad transformers.
devel/newtype-0.2 (Score: 9.2878623E-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.