From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- lib/syntax_tools/syntax_tools.pub | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lib/syntax_tools/syntax_tools.pub (limited to 'lib/syntax_tools/syntax_tools.pub') diff --git a/lib/syntax_tools/syntax_tools.pub b/lib/syntax_tools/syntax_tools.pub new file mode 100644 index 0000000000..6d69b31818 --- /dev/null +++ b/lib/syntax_tools/syntax_tools.pub @@ -0,0 +1,13 @@ +{name, "syntax_tools"}. +{vsn, {1,3}}. +{summary, "A set of modules for working with Erlang source code."}. +{author, "Richard Carlsson", "richardc@it.uu.se", "031124"}. +{keywords, ["source code", "syntax", "syntax trees", "erl_parse", + "pretty printing", "comments", "tidying"]}. +{needs, []}. +{abstract, "This package defines an abstract datatype that is\n" + "compatible with the `erl_parse' data structures, and\n" + "provides modules for analysis and manipulation,\n" + "flexible pretty printing, and preservation of source-code\n" + "comments. Also includes `erl_tidy': automatic code tidying\n" + "and checking."}. -- cgit v1.2.3