Ports Search

Results 1,0911,100 of 5,623 for /devel/.(0.004 seconds)
devel/shake-0.15.5 (Score: 0.032514982)
Build system library, like Make, but more accurate dependencies
Shake is a Haskell library for writing build systems - designed as a replacement for make. To use Shake the user writes a Haskell program that imports the Shake library, defines some build rules, and calls shake. Thanks to do notation and infix operators, a simple Shake program is not too dissimilar from a simple Makefile. However, as build systems get more complex, Shake is able to take advantage of the excellent abstraction facilities offered by Haskell and easily support much larger projects. The Shake library provides all the standard features available in other build systems, including automatic parallelism and minimal rebuilds. Shake provides highly accurate dependency tracking, including seamless support for generated files, and dependencies on system information (e.g. compiler version).
devel/show-0.6 (Score: 0.032514982)
'Show' instances for Lambdabot
This Haskell package provides ShowQ, ShowFun, and SimpleReflect. * ShowFun gives a Typeable-dependent instance for showing functions as their type. * ShowIO does the same for IO actions. * ShowQ adds SmallCheck & QuickCheck support. * SimpleReflect allows us to literally see how functions 'expand', through appropriate Show magic.
devel/silently-1.2.5 (Score: 0.032514982)
Prevent or capture writing to stdout and other handles
Prevent or capture writing to stdout and other handles.
devel/simple-reflect-0.3.2 (Score: 0.032514982)
Simple reflection of expressions containing variables
This package allows simple reflection of expressions containing variables. Reflection here means that a Haskell expression is turned into a string. The primary aim of this package is teaching and understanding; there are no options for manipulating the reflected expressions beyond showing them.
devel/smallcheck-1.1.1 (Score: 0.032514982)
Property-based testing library
SmallCheck is a testing library that allows to verify properties for all test cases up to some depth. The test cases are generated automatically by SmallCheck.
devel/split-0.2.2 (Score: 0.032514982)
Combinator library for splitting lists
A collection of various methods for splitting lists into parts, akin to the "split" function found in several mainstream languages. Here is its tale: Once upon a time the standard Data.List module held no function for splitting a list into parts according to a delimiter. Many a brave lambda-knight strove to add such a function, but their striving was in vain, for Lo, the Supreme Council fell to bickering amongst themselves what was to be the essential nature of the One True Function which could cleave a list in twain (or thrain, or any required number of parts). And thus came to pass the split package, comprising divers functions for splitting a list asunder, each according to its nature. And the Supreme Council had no longer any grounds for argument, for the favored method of each was contained therein. Combinator library and utility functions for splitting lists.
devel/stm-chans-3.0.0.4 (Score: 0.032514982)
Additional types of channels for STM
Additional types of channels for STM.
devel/stm-2.4.4 (Score: 0.032514982)
Software Transactional Memory
A modular composable concurrency abstraction.
devel/syb-0.5.1 (Score: 0.032514982)
Scrap Your Boilerplate
This package contains the generics system described in the "Scrap Your Boilerplate" papers. It defines the "Data" class of types permitting folding and unfolding of constructor applications, instances of this class for primitive types, and a variety of traversals.
devel/streaming-commons-0.1.12.1 (Score: 0.032514982)
Common lower-level functions needed by various streaming data libraries
Provides low-dependency functionality commonly needed by various streaming data libraries, such as conduit and pipes.