Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/d3m3vilurr/libyaml
https://github.com/d3m3vilurr/libyaml
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/d3m3vilurr/libyaml
- Owner: d3m3vilurr
- License: mit
- Created: 2016-09-02T12:00:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T12:01:44.000Z (over 8 years ago)
- Last Synced: 2024-12-10T14:49:35.203Z (26 days ago)
- Language: C
- Size: 229 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
LibYAML - A C library for parsing and emitting YAML.
To build and install the library, run:
$ ./configure
$ make
# make installIf you checked the source code from the Mercurial repository, run
$ ./bootstrap
$ ./configure
$ make
# make installFor more information, check the LibYAML homepage:
'http://pyyaml.org/wiki/LibYAML'.Post your questions and opinions to the YAML-Core mailing list:
'http://lists.sourceforge.net/lists/listinfo/yaml-core'.Submit bug reports and feature requests to the LibYAML bug tracker:
'https://bitbucket.org/xi/libyaml/issues/new'.LibYAML is written by Kirill Simonov . 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.