17 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
	
		
			332 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| # XML serialiser for Common Lisp.
 | |
| #
 | |
| # This system was imported from a Quicklisp tarball at 's-xml-20150608'.
 | |
| { depot, ... }:
 | |
| 
 | |
| depot.nix.buildLisp.library {
 | |
|   name = "s-xml";
 | |
| 
 | |
|   srcs = [
 | |
|     ./src/package.lisp
 | |
|     ./src/xml.lisp
 | |
|     ./src/dom.lisp
 | |
|     ./src/lxml-dom.lisp
 | |
|     ./src/sxml-dom.lisp
 | |
|     ./src/xml-struct-dom.lisp
 | |
|   ];
 | |
| }
 |