Builder -text

module Data.Generics.Builders
syb Data.Generics.Builders
This module provides generic builder functions. These functions construct values of a given type.
module Generics.SYB.Builders
syb Generics.SYB.Builders
Convenience alias for Data.Generics.Builders.
package blaze-builder
package
This library provides an abstraction of buffered output of byte streams and several convenience functions to exploit it. For example, it allows to efficiently serialize Haskell values to lazy bytestrings with a large average chunk size. The large average chunk size allows to make good use of cache prefetching in later processing steps (e.g. compression) and reduces the sytem call overhead when writing the resulting lazy bytestring to a file or sending it over the network. Version 0.3.1.0
package blaze-builder-conduit
package
Convert streams of builders to streams of bytestrings. Version 0.4.0.2
package blaze-builder-enumerator
package
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. Version 0.2.0.4
package hslackbuilder
package
HSlackBuilder automatically generates slackBuild scripts from a cabal package Version 0.0.2
package json-builder
package
Most json packages dictate a data structure that corresponds to json values. To serialize other values to json, then that value must be marshalled into the specified structure. This library avoids this marshalling step, and is thus potentially more efficient when serializing arbitrary data structures.  Unfortunately json-builder cannot yet read or process json data,  and it's not clear to me yet how pull a similar kind of trick to avoid unnecessary data structures when parsing json data into arbitrary data types. Version 0.2.4
package stringbuilder
package
https://github.com/sol/stringbuilder#readme Version 0.1.0
package xournal-builder
package
This library builds text xoj format file from xournal data structure Version 0.1.1