11 lines
		
	
	
		
			514 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
		
		
			
		
	
	
			11 lines
		
	
	
		
			514 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
| 
								 | 
							
								name(prosqlite).
							 | 
						||
| 
								 | 
							
								version('0.1.2').
							 | 
						||
| 
								 | 
							
								title('An SWI-Prolog interface to SQLite').
							 | 
						||
| 
								 | 
							
								keywords([sqlite,database,sql]).
							 | 
						||
| 
								 | 
							
								author( 'Sander Canisius', 'http://bioinformatics.nki.nl/~canisius' ).
							 | 
						||
| 
								 | 
							
								author( 'Nicos Angelopoulos', 'http://stoics.org.uk/~nicos' ).
							 | 
						||
| 
								 | 
							
								packager( 'Nicos Angelopoulos', 'http://stoics.org.uk/~nicos' ).
							 | 
						||
| 
								 | 
							
								maintainer( 'Nicos Angelopoulos', 'http://stoics.org.uk/~nicos' ).
							 | 
						||
| 
								 | 
							
								home( 'http://stoics.org.uk/~nicos/sware/prosqlite' ).
							 | 
						||
| 
								 | 
							
								download( 'http://stoics.org.uk/~nicos/sware/packs/prosqlite/prosqlite-*.tgz' ).
							 |