summaryrefslogtreecommitdiff
path: root/libraries/libyaml/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/libyaml/README')
-rw-r--r--libraries/libyaml/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/libraries/libyaml/README b/libraries/libyaml/README
deleted file mode 100644
index 4f40951c20..0000000000
--- a/libraries/libyaml/README
+++ /dev/null
@@ -1,8 +0,0 @@
-libyaml is C library for parsing and emitting YAML 1.1. The library is
-required by Ruby 1.9.2 and above.
-
-YAML is a human-readable data serialization format that takes concepts
-from programming languages such as C, Perl, and Python, and ideas from
-XML and the data format of electronic mail. YAML syntax was designed to
-be easily mapped to data types common to most high-level languages:
-list, associative array, and scalar.