name(wam_common_lisp). version('2.0.3'). title('ANSI Common Lisp implemented in Prolog'). keywords([interpreters,lisp,sexpr,logicmoo]). author( 'Douglas Miles', 'http://www.linkedin.com/in/logicmoo' ). packager( 'logicmoo/LogicMoo', 'https://github.com/logicmoo/' ). maintainer( 'logicmoo', 'https://github.com/logicmoo/' ). home( 'https://github.com/logicmoo/wam_common_lisp' ). download( 'https://github.com/logicmoo/wam_common_lisp/release/*.zip' ). requires(dictoo). requires(logicmoo_utils). autoload(false).