name(instant_prolog_docs).
version('2.0.31').
title('Magically document prolog source files based on predicate and variable naming conventions').
keywords([tools,pldoc,documentation]).
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/instant_prolog_docs' ).
download( 'https://github.com/logicmoo/instant_prolog_docs/release/*.zip' ).
requires(logicmoo_utils).
autoload(false).