name(prologmud_I7).
version('1.2.111').
title('PrologMUD I7 (NomicMU!) with small Adventure Games in Prolog using the CHAT80 Prolog natural language application').
keywords(['NLP', 'games', 'world']).
author( 'Douglas R. Miles', 'logicmoo@gmail.com' ).
author( 'Marty White', 'lmw22@cornell.edu' ).
author( 'Fernando C.N. Pereira', 'unknown@unknown' ).
author( 'David H.D. Warren', 'unknown@unknown' ).
author( 'Jan Wielemaker', 'J.Wielemaker@vu.nl' ).
maintainer( 'Douglas R, Miles', 'logicmoo@gmail.com' ).
home( 'https://github.com/TeamSPoon/prologmud_I7.git' ).
download( 'https://github.com/TeamSPoon/prologmud_I7/archive/V*.zip' ).
requires(logicmoo_utils).
autoload(false).