Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | 18-Mar-2022 | - | ||||
doc/ | 18-Mar-2022 | - | ||||
dockerfiles/ | 18-Mar-2022 | - | ||||
examples/ | 18-Mar-2022 | - | ||||
include/ | 18-Mar-2022 | - | ||||
regression-inputs/ | 18-Mar-2022 | - | ||||
src/ | 18-Mar-2022 | - | ||||
tests/ | 18-Mar-2022 | - | ||||
win32/ | 18-Mar-2022 | - | ||||
.gitignore | A D | 18-Mar-2022 | 1 KiB | 64 | 63 | |
.indent.pro | A D | 18-Mar-2022 | 20 | 2 | 1 | |
.makefile | A D | 18-Mar-2022 | 1.3 KiB | 63 | 53 | |
CMakeLists.txt | A D | 18-Mar-2022 | 916 | 29 | 20 | |
LICENSE | A D | 18-Mar-2022 | 1 KiB | 20 | 16 | |
Makefile.am | A D | 18-Mar-2022 | 683 | 31 | 19 | |
README | A D | 18-Mar-2022 | 835 | 28 | 20 | |
announcement.msg | A D | 18-Mar-2022 | 777 | 21 | 15 | |
appveyor.yml | A D | 18-Mar-2022 | 438 | 13 | 10 | |
bootstrap | A D | 18-Mar-2022 | 32 | 4 | 1 | |
configure.ac | A D | 18-Mar-2022 | 2.2 KiB | 74 | 61 | |
yaml-0.1.pc.in | A D | 18-Mar-2022 | 217 | 11 | 9 |
README
1LibYAML - A C library for parsing and emitting YAML. 2 3To build and install the library, run: 4$ ./configure 5$ make 6# make install 7 8If you checked the source code from the Mercurial repository, run 9$ ./bootstrap 10$ ./configure 11$ make 12# make install 13 14For more information, check the LibYAML homepage: 15'http://pyyaml.org/wiki/LibYAML'. 16 17Post your questions and opinions to the YAML-Core mailing list: 18'http://lists.sourceforge.net/lists/listinfo/yaml-core'. 19 20Submit bug reports and feature requests to the LibYAML bug tracker: 21'https://github.com/yaml/libyaml/issues/new'. 22 23LibYAML is written by Kirill Simonov <xi@resolvent.net>. It is released 24under the MIT license. See the file LICENSE for more details. 25 26This project is developed for Python Software Foundation as a part of 27Google Summer of Code under the mentorship of Clark Evans. 28