mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-01 01:00:03 +01:00
d8e7dcedd4
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
8 lines
427 B
Text
8 lines
427 B
Text
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.
|