name(callgraph).
version('0.4.1').
author('Samer Abdallah','s.abdallah@ucl.ac.uk').
title('Predicate call graph visualisation').
keywords([cross_referencing,graph,visualisation,dot]).
download('https://raw.githubusercontent.com/samer--/prolog/master/callgraph/release/callgraph-0.4.1.tgz').
requires(fileutils).
requires(dcgutils).
requires(swipe).