name(logicmoo_ec).
title('Logicmoo Event Calc -- A SWI-Prolog Pack that lets Prolog code seamlessly use planners speaking: LPS, Decreasoner EventCalc, PDDLish and OCLh').
version('2.0.3').
author( 'Andrew Dougherty', 'andrewdo@frdcsa.org' ).
author( 'Douglas Miles', 'logicmoo@gmail.com' ).
packager( 'TeamSPoon/LogicMoo', 'https://github.com/TeamSPoon/' ).
home('https://github.com/TeamSPoon/logicmoo_ec').
download('https://github.com/TeamSPoon/logicmoo_ec.git').
autoload(false).
requires(logicmoo_utils).

