diff options
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. |