git.fiddlerwoaroof.com
Browse code

Add some links to the README

Fernando Borretti authored on 12/10/2015 15:15:24
Showing 1 changed files
... ...
@@ -3,7 +3,8 @@
3 3
 [![Build Status](https://travis-ci.org/eudoxia0/cl-yaml.svg?branch=master)](https://travis-ci.org/eudoxia0/cl-yaml)
4 4
 [![Coverage Status](https://coveralls.io/repos/eudoxia0/cl-yaml/badge.svg?branch=master)](https://coveralls.io/r/eudoxia0/cl-yaml?branch=master)
5 5
 
6
-A YAML parser and emitter.
6
+A YAML parser and emitter built on top of [libyaml][libyaml]. Uses the
7
+[cl-libyaml][cl-libyaml] library.
7 8
 
8 9
 # Usage
9 10
 
... ...
@@ -92,6 +93,8 @@ values. The strategy can be customized by setting the value of
92 93
    Lisp, NaN and infinity can be represented.
93 94
 
94 95
 [core-schema]: http://www.yaml.org/spec/1.2/spec.html#id2804923
96
+[libyaml]: http://pyyaml.org/wiki/LibYAML
97
+[cl-libyaml]: https://github.com/eudoxia0/cl-libyaml
95 98
 
96 99
 # License
97 100