Commit Graph

12 Commits

Author SHA1 Message Date
Jean-Sébastien Pédron
b5eca9f34c Prepare release 0.3.2-1 2015-03-28 01:46:59 +01:00
Jean-Sébastien Pédron
9770e4bb64 Forgot to update the changelog for the release 2014-07-22 16:53:04 +02:00
Jean-Sébastien Pédron
7f4be94f62 Prepare release 0.3.1-1 2014-07-22 16:47:43 +02:00
Jean-Sébastien Pédron
174e823779 Prepare for future release 0.3.1 2014-06-24 17:09:31 +02:00
Jean-Sébastien Pédron
9dd8c67b5c Prepare release 0.3.0-1 2014-03-26 11:08:55 +01:00
Jean-Sébastien Pédron
6bc0f75148 Debian: Fix many warnings reported by lintian(1)
debian/rules is simplified and now run autoreconf(1) as well.
2014-03-25 17:53:54 +01:00
Jean-Sébastien Pédron
ef9c56f193 Rename application from "yaml" to "yamerl"
PR:	#836
2012-11-15 16:20:29 +01:00
Jean-Sébastien Pédron
12106527f3 Prepare release 0.2.0
PR:	#756
2012-09-11 16:15:20 +02:00
Jean-Sébastien Pédron
8e63b088aa Prepare release 0.1.1 2012-01-27 10:33:56 +01:00
Jean-Sébastien Pédron
ecffaf1d7c Next version is 0.1.1 2011-09-29 14:15:05 +02:00
Jean-Sébastien Pédron
bfe12fe0e9 Rename package from "yaml" to "erlang-yaml"
The main reason is to avoid conflict.
2011-06-23 18:02:52 +02:00
Jean-Sébastien Pédron
120ef7ea16 Initial version of a YAML 1.2 parser
This parser is written against the YAML 1.2 specification. It may
therefore be used as a JSON parser as well.

The project is an Erlang application. The module "yaml_parser" parses a
YAML source (a string, a file, whatever) and runs a callback function
for each token scanned. It's more or less like a SAX XML parser.

The testsuite provided isn't complete yet, though it contains all the
example found in the specification.
2011-03-07 11:43:52 +01:00