From 0fc65fe1432546fd5380ee39553d57d387a60302 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Thu, 17 Apr 2014 08:09:40 +0700 Subject: libraries/yaml-cpp: Added (YAML parser). Signed-off-by: Willy Sudiarto Raharjo --- libraries/yaml-cpp/README | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libraries/yaml-cpp/README (limited to 'libraries/yaml-cpp/README') 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. -- cgit v1.2.3