Ports Search

Results 921930 of 5,623 for /devel/.(0.003 seconds)
devel/ChipmunkPhysics-7.0.1 (Score: 0.032514982)
2D physics engine written in C
Chipmunk is a simple, lightweight, fast and portable 2D rigid body physics library written in C. It is licensed under the unrestrictive, OSI approved MIT license.
devel/StateVar-1.1.0.1 (Score: 0.032514982)
State variables
This package contains state variables, which are references in the IO monad, like IORefs or parts of the OpenGL state.
devel/Stream-0.4.7.2 (Score: 0.032514982)
Library for manipulating infinite lists
This package implements functions, analogous to those from Data.List, to create and manipulate infinite lists: data Stream a = Cons a (Stream a). It provides alternative definitions for those Prelude functions that make sense on such streams.
devel/TypeCompose-0.9.10 (Score: 0.032514982)
Type composition classes and instances
TypeCompose provides some classes and instances for forms of type composition, as well as some modules who have not yet found a home.
devel/abstract-deque-0.3 (Score: 0.032514982)
Abstract, parameterized interface to mutable Deques
An abstract interface to highly-parameterizable queues/deques. Background: There exists a feature space for queues that extends between: * simple, single-ended, non-concurrent, bounded queues * double-ended, threadsafe, growable queues ... with important points inbetween (such as the queues used for work-stealing). This package includes an interface for Deques that allows the programmer to use a single API for all of the above, while using the type-system to select an efficient implementation given the requirements (using type families). This package also includes a simple reference implementation based on 'IORef' and "Data.Sequence".
devel/abstract-par-0.3.3 (Score: 0.032514982)
Type classes generalizing the functionality of the 'monad-par' library
The 'Par' monad offers a parallel programming API based on dataflow programming. To use the `Par` monad, install the monad-par package, which includes this package as a dependency. This package is an abstract interface only. It provides a number of type clasess, but not an implementation. The type classes separate different levels of @Par@ functionality.
devel/activehs-base-0.3.0.2 (Score: 0.032514982)
Basic definitions for activehs
This library consists of one module with a few definitions. It is kept small because this module has to be loaded in the interpreter many times during the runtime of the Active.hs server.
devel/alex-3.1.4 (Score: 0.032514982)
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/ansi-terminal-0.6.2.1 (Score: 0.032514982)
Simple ANSI terminal support, with Windows compatibility
ANSI terminal support for Haskell: allows cursor movement, screen clearing, color output showing or hiding the cursor, and changing the title. Compatible with Windows and those Unixes with ANSI terminals, but only GHC is supported as a compiler.
devel/ansi-wl-pprint-0.6.7.3 (Score: 0.032514982)
Wadler/Leijen Pretty Printer for colored ANSI terminal output
This is a pretty printing library based on Wadler's paper "A Prettier Printer". It has been enhanced with support for ANSI terminal colored output using the ansi-terminal package.