diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2014-04-17 08:09:40 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-23 07:51:35 +0700 |
commit | 0fc65fe1432546fd5380ee39553d57d387a60302 (patch) | |
tree | 8f9362ee30e95d4940531ccc09b281362d58a43e /libraries/yaml-cpp/README | |
parent | ad396ae55e0e3032d1e142c43c724385623f9eba (diff) | |
download | slackbuilds-0fc65fe1432546fd5380ee39553d57d387a60302.tar.gz |
libraries/yaml-cpp: Added (YAML parser).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/yaml-cpp/README')
-rw-r--r-- | libraries/yaml-cpp/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/yaml-cpp/README b/libraries/yaml-cpp/README new file mode 100644 index 0000000000..06eecfe7fc --- /dev/null +++ b/libraries/yaml-cpp/README @@ -0,0 +1,5 @@ +yaml-cpp is a YAML parser and emitter in C++ +matching the YAML 1.2 spec. + +NOTE: yaml-cpp conflict with yaml-cpp0.3. +You must NOT install both of them on one system. |