Name Date Size #Lines LOC

..--

.github/workflows/H--6050

doc/H--223221

docker/H--12797

examples/H--5643

include/H--2,004633

regression-inputs/H--21

src/H--10,9696,828

tests/H--4,1833,172

.appveyor.ymlH A D26-Jun-20251.1 KiB3012

.gitignoreH A D26-Jun-2025614 4746

.indent.proH A D26-Jun-202520 21

.makefileH A D26-Jun-20251.3 KiB6454

.travis.ymlH A D26-Jun-2025536 2922

CMakeLists.txtH A D26-Jun-20253.8 KiB161139

ChangesH A D26-Jun-202510.6 KiB373243

LicenseH A D26-Jun-20251.1 KiB2117

Makefile.amH A D26-Jun-20251.4 KiB5538

ReadMe.mdH A D26-Jun-20251.1 KiB4731

announcement.msgH A D26-Jun-20252.4 KiB9057

bootstrapH A D26-Jun-202532 41

configure.acH A D26-Jun-20252.2 KiB7461

yaml-0.1.pc.inH A D26-Jun-2025217 119

yamlConfig.cmake.inH A D26-Jun-2025343 1711

ReadMe.md

1## LibYAML - A C library for parsing and emitting YAML.
2
3To build and install the library, run:
4
5    $ ./configure
6    $ make
7    # make install
8
9Required packages:
10
11- gcc
12- libtool
13- make
14
15If you checked the source code from the Git repository, run
16
17    $ ./bootstrap
18    $ ./configure
19    $ make
20    # make install
21
22Required packages:
23
24- autoconf
25- libtool
26- make
27
28For more information, check the [LibYAML
29homepage](https://github.com/yaml/libyaml).
30
31Discuss LibYAML with the maintainers in IRC #libyaml irc.freenode.net.
32
33You may also use the [YAML-Core mailing
34list](http://lists.sourceforge.net/lists/listinfo/yaml-core).
35
36Submit bug reports and feature requests to the [LibYAML bug
37tracker](https://github.com/yaml/libyaml/issues/new).
38
39This project was developed for Python Software Foundation as a part of Google
40Summer of Code under the mentorship of Clark Evans.
41
42The LibYAML module was written by Kirill Simonov <xi@resolvent.net>.
43It is currently maintained by the YAML community.
44
45LibYAML is released under the MIT license.
46See the file LICENSE for more details.
47