Ports 搜索

共有19,819项符合%22HTTP Server%22的查询结果,以下是第8,5018,510项(搜索用时0.01秒)
devel/cpphs-1.19 (Score: 0.0010835839)
Liberalised re-implementation of cpp, the C pre-processor
Cpphs is a re-implementation of the C pre-processor that is both more compatible with Haskell, and itself written in Haskell so that it can be distributed with compilers. This version of the C pre-processor is pretty-much feature-complete and compatible with traditional (K&R) pre-processors. Additional features include: a plain-text mode; an option to unlit literate code files; and an option to turn off macro-expansion.
devel/either-4.4.1 (Score: 0.0010835839)
Either monad transformer
An either monad transformer.
devel/exceptions-0.8.0.2 (Score: 0.0010835839)
Extensible optionally-pure exceptions
Extensible optionally-pure exceptions.
devel/free-4.12.1 (Score: 0.0010835839)
Monads for free
Free monads are useful for many tree-like structures and Domain-Specific Languages.
devel/haddock-api-2.16.1 (Score: 0.0010835839)
Documentation-generation tool for Haskell libraries
Haddock is a documentation-generation tool for Haskell libraries.
devel/haddock-library-1.2.1 (Score: 0.0010835839)
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/haddock-2.16.1 (Score: 0.0010835839)
Documentation-generation tool for Haskell libraries
Haddock is a documentation-generation tool for Haskell libraries.
devel/happy-1.19.5 (Score: 0.0010835839)
Happy is a parser generator for Haskell
Happy is a parser generator system for Haskell.
devel/hashable-1.2.3.3 (Score: 0.0010835839)
Class for types that can be converted to a hash value
This package defines a class, 'Hashable', for types that can be converted to a hash value. This class exists for the benefit of hashing-based data structures. The package provides instances for basic types and a way to combine hash values.
devel/hashtables-1.2.0.2 (Score: 0.0010835839)
Mutable hash tables in the ST monad
This package provides a couple of different implementations of mutable hash tables in the ST monad, as well as a type class abstracting their common operations, and a set of wrappers to use the hash tables in the IO monad.