name(must_trace).
title('Trace with your eyeballs instead of your fingers').

version('1.1.118').
download('https://github.com/TeamSPoon/must_trace/releases/*.zip').

author( 'Douglas R. Miles', 'logicmoo@gmail.com' ).
packager( 'TeamSPoon/LogicMoo', 'https://github.com/TeamSPoon/' ).
maintainer( 'TeamSPoon', 'https://github.com/TeamSPoon/' ).
home('https://github.com/TeamSPoon/must_trace').
requires(clause_attvars).
requires(logicmoo_utils).
requires(loop_check).
requires(predicate_streams).
requires(with_thread_local).
%requires(hook_hybrid).
%requires(xlisting).
autoload(true).

