Ports Search

Results 8,5118,520 of 19,819 for %22HTTP Server%22.(0.009 seconds)
devel/hasktags-0.69.1 (Score: 0.0010835839)
Produces ctags "tags" and etags "TAGS" files for Haskell programs
Produces ctags "tags" and etags "TAGS" files for Haskell programs.
devel/hoogle-4.2.41 (Score: 0.0010835839)
Haskell API Search
Hoogle is a Haskell API search engine, which allows you to search many standard Haskell libraries by either function name, or by approximate type signature.
devel/hslogger-1.2.9 (Score: 0.0010835839)
Versatile logging framework
hslogger is a logging framework for Haskell, roughly similar to Python's logging module. hslogger lets each log message have a priority and source be associated with it. The programmer can then define global handlers that route or filter messages based on the priority and source. hslogger also has a syslog handler built in.
devel/keys-3.10.2 (Score: 0.0010835839)
Keyed functors and containers
Keyed functors and containers.
devel/kqueue-0.1.2.6 (Score: 0.0010835839)
Binding to the kqueue event library
A low-level binding to the kqueue library as found in BSD and Mac OS X. It provides, among other things, a way of monitoring files and directories for changes.
devel/lens-4.12.3 (Score: 0.0010835839)
Lenses, Folds and Traversals
This package comes "Batteries Included" with many useful lenses for the types commonly used from the Haskell Platform, and with tools for automatically generating lenses and isomorphisms for user-supplied data types. The combinators in Control.Lens provide a highly generic toolbox for composing families of getters, folds, isomorphisms, traversals, setters and lenses and their indexed variants.
devel/mtl-2.2.1 (Score: 0.0010835839)
Monad classes, using functional dependencies
Monad classes using functional dependencies, with instances for various monad transformers, inspired by the paper "Functional Programming with Overloading and Higher-Order Polymorphism" by Mark P Jones, in Advanced School of Functional Programming, 1995.
devel/profunctors-5.1.1 (Score: 0.0010835839)
Profunctors
Profunctors.
devel/reflection-2 (Score: 0.0010835839)
Reifies arbitrary terms into types that can be reflected back into terms
This package addresses the configuration problem which is propogating configurations that are available at run-time, allowing multible configurations to coexist without resorting to mutable global variables or System.IO.Unsafe.unsafePerformIO. That package is an implementation of the ideas presented in the paper "Functional Pearl: Implicit Configurations" by Oleg Kiselyov and Chung-chieh Shan (original paper). However, the API has been streamlined to improve performance.
devel/resource-pool-0.2.3.2 (Score: 0.0010835839)
High-performance striped resource pooling implementation
A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections.