• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

config/26-Jul-2015-13,16110,372

doc/26-Jul-2015-15,53514,560

include/26-Jul-2015-2,4611,029

src/26-Jul-2015-11,2817,127

tests/26-Jul-2015-4,2523,250

win32/26-Jul-2015-6,7686,392

LICENSED26-Jul-20151 KiB2016

Makefile.amD26-Jul-2015454 1910

Makefile.inD26-Jul-201524.4 KiB783689

READMED26-Jul-2015839 2820

aclocal.m4D26-Jul-2015309.5 KiB8,9187,995

config.h.inD26-Jul-20152 KiB8154

configureD26-Jul-2015380.4 KiB13,15010,210

configure.acD26-Jul-20152.2 KiB7461

yaml-0.1.pc.inD26-Jul-2015201 119

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 Subversion 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'http://pyyaml.org/newticket?component=libyaml'.
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