YamlReference: YAML reference implementation
This package contains "the" reference YAML syntax parser
(Text.Yaml.Reference), generated directly from the YAML
specifications, as well as sample program (yaml2yeast
)
that allows accessing it from the command line, converting
YAML files to YEAST tokens. This is intended to be more of
an "executable specification" for YAML rather than an
actual basis for YAML tool chains. That said, it is
possible to build interesting tools on top of it, such as
the yeast2html
YAML syntax visualizer (contained in this
package), pretty printers, etc. This is a streaming parser
that will "immediately" begin to generate output. The
memory leak that existed in previous version has been
plugged. Package was updated for Cabal version 1.2 and a
bug handling indentation in mapping keys was fixed.
Flags
Automatic Flags
Name | Description | Default |
---|---|---|
small_base | Choose the new smaller, split-up base package. | Enabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- YamlReference-0.6.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9, 0.9.1, 0.9.2, 0.9.3, 0.10.0 |
---|---|
Dependencies | base (<4), bytestring, containers, directory, dlist (>=0.2), HUnit (>=1.1), regex-compat (>=0.71) [details] |
License | LicenseRef-LGPL |
Copyright | Oren Ben-Kiki 2007 |
Author | Oren Ben-Kiki |
Maintainer | yaml-oren@ben-kiki.org |
Revised | Revision 1 made by HerbertValerioRiedel at 2016-12-26T09:33:09Z |
Category | Text |
Home page | www.ben-kiki.org/oren/YamlReference |
Uploaded | by OrenBenKiki at 2007-11-30T03:15:20Z |
Distributions | |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Executables | yaml2yeast-test, yaml2yeast |
Downloads | 14750 total (32 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |