cabal-version: 2.2 name: libyaml-clib version: 0.2.5 synopsis: libyaml clibs description: libyaml C source code for yaml bindings category: Text stability: stable homepage: https://github.com/hasufell/streamly-yaml#readme bug-reports: https://github.com/hasufell/streamly-yaml author: Julian Ospald maintainer: Julian Ospald license: MIT license-file: cbits/License build-type: Simple extra-doc-files: README.md CHANGELOG.md cbits/License source-repository head type: git location: https://github.com/hasufell/streamly-yaml library default-language: Haskell2010 include-dirs: cbits includes: yaml.h c-sources: cbits/writer.c cbits/dumper.c cbits/loader.c cbits/api.c cbits/scanner.c cbits/emitter.c cbits/parser.c cbits/reader.c install-includes: yaml.h yaml_private.h