forked from yaml/libyaml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncement.msg
23 lines (18 loc) · 1.03 KB
/
announcement.msg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Kirill Simonov <[email protected]>
Subject: LibYAML-0.0.1: The initial release
I'd like to present the initial release of LibYAML, a YAML parser and emitter
written in C.
LibYAML homepage: http://pyyaml.org/wiki/LibYAML
TAR.GZ package: http://pyyaml.org/download/libyaml/yaml-0.0.1.tar.gz
SVN repository: http://svn.pyyaml.org/libyaml
Bug tracker: http://pyyaml.org/newticket?component=libyaml
The library is functionally complete, but the documentation is scarce and the
API is subject to change. For more information, you may check the project
homepage, the doxygen-generated documentation in the `doc` directory of the
source distribution, and the examples `tests/example-reformatter.c` and
`tests/example-deconstructor.c`.
LibYAML is written by Kirill Simonov <[email protected]>. It is released
under the MIT license. See the file LICENSE for more details.
This project is developed for Python Software Foundation as a part of
Google Summer of Code under the mentorship of Clark Evans.