Ports Search

Results 12,13112,140 of 17,773 for comment.zh_CN%3A%E6%8E%A7%E5%88%B6%E5%8F%B0.(0.013 seconds)
devel/DrIFT-2.4.2 (Score: 1.5577191E-4)
Program to derive type class instances
DrIFT is a type sensitive preprocessor for Haskell. It extracts type declarations and directives from modules. The directives cause rules to be fired on the parsed type declarations, generating new code which is then appended to the bottom of the input file. The rules are expressed as Haskell code, and it is intended that the user can add new rules as required. DrIFT automates instance derivation for classes that aren't supported by the standard compilers. In addition, instances can be produced in separate modules to that containing the type declaration. This allows instances to be derived for a type after the original module has been compiled. As a bonus, simple utility functions can also be produced from a type.
devel/jam-2.6 (Score: 1.5577191E-4)
Build utility like make(1)
Jam/MR (formerly "jam - make(1) redux"). Jam/MR is a build utility like make(1). It has its own expressive language which allows for portable Jamfiles capable of building large projects with multiple concurrent processes.
devel/jiic-20120110 (Score: 1.5577191E-4)
Streaming-based Java implementation of ISO 9660
JIIC is a Java-based implementation for creating CD-ROM filesystem images according to ISO 9660, also known as ECMA-119. It provides support for the El Torito, Joliet and Rock Ridge extensions.
devel/hapy-0.0.8 (Score: 1.5577191E-4)
Runtime parser generator
Hapy is a runtime parser generator library. The Hapy library generates parsers from BNF-like language grammars. Parsing scripting languages and communication protocol messages are typical use cases. Generated parsers are C++ objects. Hapy is public domain software.
devel/arduino-mk-0.10 (Score: 1.5577191E-4)
Build Arduino sketches from the command line
Arduino from the command line This is a makefile written by Martin Atelier that makes it possible to build Arduino sketches with gmake. An example sketch and Makefile; it is installed in share/examples/arduino-mk
devel/MissingH-1.3.0.1 (Score: 1.5577191E-4)
Large utility library
MissingH is a library of all sorts of utility functions for Haskell programmers. It is written in pure Haskell and thus should be extremely portable and easy to use.
devel/activehs-base-0.3.0.2 (Score: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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: 1.5577191E-4)
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.