diff options
author | David Spencer <baildon.research@googlemail.com> | 2018-10-26 11:51:45 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-10 07:47:31 +0700 |
commit | d56ea7379dd551357aed41ea2add0a808b141975 (patch) | |
tree | f9cef21e1d1c40e05724b5ea3ebc53805ccc42c8 /haskell/haskell-libyaml/slack-desc | |
parent | 5241b461d59d5c95139319852044b5e11491efe9 (diff) |
haskell/haskell-libyaml: Added (streaming YAML interface).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-libyaml/slack-desc')
-rw-r--r-- | haskell/haskell-libyaml/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-libyaml/slack-desc b/haskell/haskell-libyaml/slack-desc new file mode 100644 index 0000000000000..056704d402acc --- /dev/null +++ b/haskell/haskell-libyaml/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-libyaml: haskell-libyaml (Low-level, streaming YAML interface) +haskell-libyaml: +haskell-libyaml: This package provides a haskell wrapper over the libyaml C library +haskell-libyaml: version 0.2.1 by Kirill Simonov. It contains the C source so you +haskell-libyaml: don't need to worry about any non-Haskell dependencies. +haskell-libyaml: +haskell-libyaml: +haskell-libyaml: +haskell-libyaml: +haskell-libyaml: +haskell-libyaml: |