Ports Search

Results 1,0811,090 of 5,623 for /devel/.(0.003 seconds)
devel/quickcheck-io-0.1.1 (Score: 0.032514982)
Use HUnit assertions as QuickCheck properties
This package provides an orphan instance that allows you to use HUnit assertions as QuickCheck properties.
devel/random-1.1 (Score: 0.032514982)
Random number library
This package provides a basic random number generation library, including the ability to split random number generators.
devel/readline-1.0.3.0 (Score: 0.032514982)
Interface to the GNU readline library
An interface to the GNU readline library. More information on readline can be found at <http://www.gnu.org/directory/readline.html>.
devel/reflection-2 (Score: 0.032514982)
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.032514982)
High-performance striped resource pooling implementation
A high-performance striped pooling abstraction for managing flexibly-sized collections of resources such as database connections.
devel/resourcet-1.1.6 (Score: 0.032514982)
Deterministic allocation and freeing of scarce resources
This package was originally included with the conduit package, but has existed as a separate package for quite a while. It is fully usable outside of conduit.
devel/safe-0.3.9 (Score: 0.032514982)
Library for safe (exception free) functions
A library wrapping Prelude/Data.List functions that can throw exceptions, such as head and !!. This package is divided into three modules: * Safe contains safe variants of Prelude and Data.List functions. * Safe.Foldable contains safe variants of Foldable functions. * Safe.Exact creates crashing versions of functions like zip (errors if the lists are not equal) and take (errors if there are not enough elements), then wraps them to provide safe variants.
devel/scientific-0.3.3.8 (Score: 0.032514982)
Numbers represented using scientific notation
Data.Scientific provides a space efficient and arbitrary precision scientific number type.
devel/securemem-0.1.9 (Score: 0.032514982)
Abstraction to an auto scrubbing and const time eq, memory chunk
SecureMem is similar to ByteString, except that it provides a memory chunk that will be auto-scrubbed after it run out of scope.
devel/setenv-0.1.1.3 (Score: 0.032514982)
Cross-platform library for setting environment variables
A cross-platform library for setting environment variables.