@hackage / libyaml-streamly

Low-level, streaming YAML interface via streamly.

Latest0.2.4.0

About

Metadata

  • Last updated , by maerwald
  • License BSD-3-Clause
  • Categories Text Processing
  • Maintained by: Julian Ospald <hasufell@posteo.de>

  • Lottery factor: 1

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 (on by default)

    Use the system-wide libyaml instead of the bundled copy

Readme

libyaml-streamly

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