Ports Search

Results 17,28117,290 of 19,819 for %22HTTP Server%22.(0.011 seconds)
devel/preprocessor-tools-1.0.1 (Score: 7.739885E-4)
Framework for extending Haskell's syntax via quick-and-dirty preprocessors
This library provides a quick-and-dirty (but often effective) method for extending Haskell's syntax using a custom preprocessor. It parses Haskell into a bare-bones AST with just enough knowledge of the syntax to preserve nesting, and then allows transformations on the AST.
devel/simple-reflect-0.3.2 (Score: 7.739885E-4)
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/syb-0.5.1 (Score: 7.739885E-4)
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/strict-0.3.2 (Score: 7.739885E-4)
Strict data types and String IO
This package provides strict versions of some standard Haskell data types (pairs, Maybe and Either). It also contains strict IO operations.
Scrap Your Boilerplate With Class Text instance
Provides SYB-with-class instances for Text from the text package.
devel/syb-with-class-0.6.1.6 (Score: 7.739885E-4)
Scrap Your Boilerplate With Class
Classes, and Template Haskell code to generate instances, for the Scrap Your Boilerplate With Class system.
devel/Defaults-1.1.1 (Score: 7.739885E-4)
Create Global Function Defaults
Set, Get, and Import Global Function Defaults
devel/Hmisc-3.10.1 (Score: 7.739885E-4)
Harrell Miscellaneous functions useful for data analysis
The Hmisc library contains many functions useful for data analysis, high-level graphics, utility operations, functions for computing sample size and power, importing datasets, imputing missing values, advanced table making, variable clustering, character string manipulation, conversion of S objects to LaTeX code, and recoding variables.
devel/uuagc-bootstrap-0.9.40.2 (Score: 7.739885E-4)
Attribute Grammar System of Universiteit Utrecht
UUAG is the Utrecht University Attribute Grammar system. It generates Haskell files from an attribute grammar specification. It is a preprocessor for Haskell which makes it easy to write catamorphisms (that is, functions that do to any datatype what foldr does to lists). You can define tree walks using the intuitive concepts of inherited and synthesized attributes, while keeping the full expressive power of Haskell.
devel/uuagc-cabal-1.0.6.0 (Score: 7.739885E-4)
Cabal plugin for the Universiteit Utrecht Attribute Grammar System
Cabal plugin for UUAGC.