name(s_expression).
version('1.2.111').
title('Utilities for Handling of S-Expression Lisp/Scheme-Like forms and parsing of KIF, GDL, PDDL, CLIF').
keywords([reader,dcg,sexpr,pddl]).
author( 'Douglas Miles', 'http://www.linkedin.com/in/logicmoo' ).
packager( 'TeamSPoon/LogicMoo', 'https://github.com/TeamSPoon/' ).
maintainer( 'TeamSPoon', 'https://github.com/TeamSPoon/' ).
home( 'https://github.com/TeamSPoon/s_expression' ).
download( 'https://github.com/TeamSPoon/s_expression/release/*.zip' ).
requires(logicmoo_utils).
autoload(false).