packages feed

libyaml-clib-0.2.5: libyaml-clib.cabal

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 <hasufell@posteo.de>
maintainer:         Julian Ospald <hasufell@posteo.de>
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