/*	Nan.System.Sources
	Nan.System.Sources/Prolog 1.2.0-beta
	Answer Sources in Prolog
	Copyright 2015-2017 Julio P. Di Egidio
	<mailto:julio@diegidio.name>
	<http://julio.diegidio.name/Projects/Nan.System.Sources/>
	
	This file is part of Nan.System.Sources.
	
	Nan.System.Sources is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.
	
	Nan.System.Sources is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.
	
	You should have received a copy of the GNU General Public License
	along with Nan.System.Sources.  If not, see <http://www.gnu.org/licenses/>.
*/

% (SWI-Prolog 7.3.25)

name(nan_system_sources).
version('1.2.0'). % 1.2.0-beta
title('Nan.System.Sources - Answer Sources in Prolog').
author('Julio P. Di Egidio', 'julio@diegidio.name').
home('http://julio.diegidio.name/Projects/Nan.System.Sources/').
download('https://github.com/jp-diegidio/Nan.System.Sources-Prolog/releases/download/1.2.0-beta/nan_system_sources-1.2.0.zip').
provides(sources).
provides(system).
keywords([nan, system, sources]).