Ports Search

Results 8,4918,500 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/alex-3.1.4 (Score: 0.0010835839)
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/arrows-0.4.4.1 (Score: 0.0010835839)
Haskell arrow classes and transformers
Several Haskell classes that extend the Arrow class, and some transformers that implement or lift these classes.
devel/bifunctors-5 (Score: 0.0010835839)
Bifunctors
Bifunctors.
devel/bytestring-lexing-0.5.0.2 (Score: 0.0010835839)
Parse and produce literals from strict or lazy bytestrings
Parse and produce literals efficiently from strict or lazy bytestrings.
devel/bytestring-show-0.3.5.6 (Score: 0.0010835839)
Efficient conversion of values into readable byte strings
Efficient conversion of values into readable byte strings.
devel/cabal-install-1.22.6.0 (Score: 0.0010835839)
Command-line interface for Cabal and Hackage
The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs.
devel/conduit-extra-1.1.9.1 (Score: 0.0010835839)
Batteries included conduit: adapters for common libraries
The conduit package itself maintains relative small dependencies. The purpose of this package is to collect commonly used utility functions wrapping other library dependencies, without depending on heavier-weight dependencies. The basic idea is that this package should only depend on haskell-platform packages and conduit.
devel/conduit-1.2.5 (Score: 0.0010835839)
Streaming data processing library
conduit is a solution to the streaming data problem, allowing for production, transformation, and consumption of streams of data in constant memory. It is an alternative to lazy I/O which guarantees deterministic resource handling, and fits in the same general solution space as enumerator/iteratee and pipes.
devel/configurator-0.3.0.0 (Score: 0.0010835839)
Configuration management
A configuration management library for programs and daemons. Features include: * Automatic, dynamic reloading in response to modifications to configuration files. * A simple, but flexible, configuration language, supporting several of the most commonly needed types of data, along with interpolation of strings from the configuration or the system environment (e.g. $(HOME)). * Subscription-based notification of changes to configuration properties. * An import directive allows the configuration of a complex application to be split across several smaller files, or common configuration data to be shared across several applications.
devel/constraints-0.4.1.3 (Score: 0.0010835839)
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.