yamerl/include/Makefile.am
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

7 lines
187 B
Makefile

# $Id: Makefile.am 5090 2010-09-09 08:50:13Z jean.sebastien.pedron $
headersdir = $(ERLANG_INSTALL_LIB_DIR_yaml)/include
dist_headers_DATA = yaml_parser.hrl \
yaml_tokens.hrl