Ports Search

Results 12,10112,110 of 17,754 for %E6%8E%A7%E5%88%B6%E5%8F%B0.(0.015 seconds)
devel/activehs-base-0.3.0.2 (Score: 6.4754924E-5)
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/ansi-terminal-0.6.2.1 (Score: 6.4754924E-5)
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/base-orphans-0.4.4 (Score: 6.4754924E-5)
Backwards-compatible orphan instances for base
base-orphans defines orphan instances that mimic instances available in later versions of base to a wider (older) range of compilers. base-orphans does not export anything except the orphan instances themselves and complements.
devel/blaze-builder-enumerator-0.2.1.0 (Score: 6.4754924E-5)
Enumeratees for the incremental conversion of builders to bytestrings
This package integrates the builders from the blaze-builder package with the enumerator package. It provides infrastructure and enumeratees for incrementally executing builders and pass the filled chunks to a bytestring iteratee.
devel/byteable-0.1.1 (Score: 6.4754924E-5)
Type class for sequence of bytes
Abstract class to manipulate sequence of bytes. The use case of this class is abstracting manipulation of types that are just wrapping a bytestring with stronger and more meaniful name.
devel/bytestring-mmap-0.2.2 (Score: 6.4754924E-5)
Mmap support for strict ByteStrings
This library provides a wrapper to mmap(2), allowing files or devices to be lazily loaded into memory as strict or lazy ByteStrings, using the virtual memory subsystem to do on-demand loading.
devel/filestore-0.6.1 (Score: 6.4754924E-5)
Interface for versioning file stores
The filestore library provides an abstract interface for a versioning file store, and modules that instantiate this interface. Currently Git, Darcs, and Mercurial modules are provided, and other VCSs or databases could be added.
devel/logict-0.6.0.2 (Score: 6.4754924E-5)
Backtracking logic-programming monad
A continuation-based, backtracking, logic programming monad. An adaptation of the two-continuation implementation found in the paper "Backtracking, Interleaving, and Terminating Monad Transformers" [1]. [1] http://okmij.org/ftp/papers/LogicT.pdf
devel/memory-0.8 (Score: 6.4754924E-5)
Memory and related abtraction stuff
Chunk of memory, polymorphic byte array management and manipulation: * A polymorphic byte array abstraction and function similar to strict ByteString. * Different type of byte array abstraction. * Raw memory IO operations (memory set, memory copy, ..). * Aliasing with endianness support.
devel/syb-0.5.1 (Score: 6.4754924E-5)
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.