Ports Search

Results 8,9718,980 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.011 seconds)
devel/constraints-0.4.1.3 (Score: 1.869263E-4)
Constraint manipulation
GHC 7.4 gave us the ability to talk about ConstraintKinds. They stopped crashing the compiler in GHC 7.6. This package provides a vocabulary for working with them.
devel/filemanip-0.3.6.3 (Score: 1.869263E-4)
Expressive file and directory manipulation for Haskell
A Haskell library for working with files and directories. Includes code for pattern matching, finding files, modifying file contents, and more.
devel/haddock-library-1.2.1 (Score: 1.869263E-4)
Library exposing some functionality of Haddock
Haddock is a documentation-generation tool for Haskell libraries. These modules expose some functionality of it without pulling in the GHC dependency.
devel/hoogle-4.2.41 (Score: 1.869263E-4)
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/newtype-0.2 (Score: 1.869263E-4)
Typeclass and set of functions for working with newtypes
Per Conor McBride, the Newtype typeclass represents the packing and unpacking of a newtype, and allows you to operatate under that newtype with functions such as ala.
devel/securemem-0.1.9 (Score: 1.869263E-4)
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/smallcheck-1.1.1 (Score: 1.869263E-4)
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/threads-0.5.1.3 (Score: 1.869263E-4)
Fork threads and wait for their result
This package provides functions to fork threads and wait for their result, whether it's an exception or a normal value. Besides waiting for the termination of a single thread this packages also provides functions to wait for a group of threads to terminate. This package is similar to the "threadmanager", "async" and "spawn" packages. The advantages of this package are: * Simpler API. * More efficient in both space and time. * No space-leak when forking a large number of threads. * Correct handling of asynchronous exceptions. * GHC specific functionality like `forkOn` and `forkIOWithUnmask`.
devel/timezone-olson-0.1.7 (Score: 1.869263E-4)
Pure Haskell parser and renderer for binary Olson timezone files
A parser and renderer for binary Olson timezone files whose format is specified by the tzfile(5) man page on Unix-like systems.
devel/libbonobo-2.32.0 (Score: 1.869263E-4)
Component and compound document system for GNOME2
Bonobo is a set of language- and system-independent CORBA interfaces for creating reusable components and controls, and for creating compound documents.