HsSyck-0.4: HsSyck.cabal
Name: HsSyck
Version: 0.4
Category: Data
Synopsis: Fast, lightweight YAML loader and dumper
Description: Fast, lightweight YAML loader and dumper
.
This is an interface to the @syck@ C library for parsing and
dumping YAML data. It lets you transform textual YAML data into an
object of type 'YamlNode', and vice versa, fast.
Copyright: Audrey Tang, Gaal Yahas, 2005, 2006, 2007
License: OtherLicense
-- MIT License, see ./LICENSE
License-file: LICENSE
Author: Audrey Tang
Maintainer: audreyt@audreyt.org
Build-Depends: base >= 0.2
Exposed-modules: Data.Yaml.Syck
extensions: ForeignFunctionInterface
ghc-options: -fglasgow-exts -O2 -optc-w -funbox-strict-fields -fno-warn-orphans
c-sources: syck/bytecode.c syck/emitter.c syck/gram.c syck/handler.c
syck/implicit.c syck/node.c syck/syck.c syck/syck_st.c syck/token.c
syck/yaml2byte.c
extra-source-files: Changes syck/syck.h syck/syck_st.h syck/gram.h syck/yamlbyte.h
include-dirs: syck