About

Metadata

  • Last updated , by MichaelSnoyman
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Michael Snoyman <michael@snoyman.com>

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    no-unicode (off by default)

    Don't enable unicode output. Instead, unicode characters will be escaped.

    system-libyaml (off by default)

    Use the system-wide libyaml instead of the bundled copy

Readme

libyaml

This package provides a haskell wrapper over the libyaml C library version 0.2.2 by Kirill Simonov. It contains the C source so you don't need to worry about any non-Haskell dependencies.