Ports Search

Results 4,8114,820 of 8,048 for www%3Atrac.(0.005 seconds)
devel/alex-3.1.4 (Score: 0.0048839888)
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/arrows-0.4.4.1 (Score: 0.0048839888)
Haskell arrow classes and transformers
Several Haskell classes that extend the Arrow class, and some transformers that implement or lift these classes.
devel/cabal-install-1.22.6.0 (Score: 0.0048839888)
Command-line interface for Cabal and Hackage
The 'cabal' command-line program simplifies the process of managing Haskell software by automating the fetching, configuration, compilation and installation of Haskell libraries and programs.
devel/haddock-api-2.16.1 (Score: 0.0048839888)
Documentation-generation tool for Haskell libraries
Haddock is a documentation-generation tool for Haskell libraries.
devel/haddock-library-1.2.1 (Score: 0.0048839888)
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/haddock-2.16.1 (Score: 0.0048839888)
Documentation-generation tool for Haskell libraries
Haddock is a documentation-generation tool for Haskell libraries.
devel/happy-1.19.5 (Score: 0.0048839888)
Happy is a parser generator for Haskell
Happy is a parser generator system for Haskell.
devel/hoogle-4.2.41 (Score: 0.0048839888)
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/kyra-2.1.3 (Score: 0.0048839888)
Simple Sprite engine written in C++
Kyra is a simple, fully featured Sprite engine written in C++. The Kyra engine is suited to 2D, isometric, and quasi-3D games. It is built on top of SDL for cross platform use. It supports tiles, sprites, and user drawn surfaces. It has full support for alpha blending, scaling, color transformation, pixel perfect collision detection, OpenGL acceleration, and mouse testing. It comes with tools to define sprites and import images into the system.
devel/lasi-1.1.1 (Score: 0.0048839888)
C++ stream output interface for creating Postscript documents
libLASi is a library written by Larry Siden that provides a C++ stream output interface ( with operator << ) for creating Postscript documents that can contain characters from any of the scripts and symbol blocks supported in Unicode and by Owen Taylor's Pango layout engine. The library accommodates right-to-left scripts such as Arabic and Hebrew as easily as left-to-right scripts. Indic and Indic-derived Complex Text Layout (CTL) scripts, such as Devanagari, Thai, Lao, and Tibetan are supported to the extent provided by Pango and by the OpenType fonts installed on your system. All of this is provided without need for any special configuration or layout calculation on the programmer's part.