gnu: Add s-sysdeps.
* gnu/packages/lisp.scm (sbcl-s-sysdeps, cl-s-sysdeps, ecl-s-sysdeps): New variables.
This commit is contained in:
		
							parent
							
								
									1d25447e8b
								
							
						
					
					
						commit
						5216632a95
					
				
					 1 changed files with 39 additions and 0 deletions
				
			
		| 
						 | 
					@ -6861,3 +6861,42 @@ extension-points via the concept of hooks.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public ecl-cl-hooks
 | 
					(define-public ecl-cl-hooks
 | 
				
			||||||
  (sbcl-package->ecl-package sbcl-cl-hooks))
 | 
					  (sbcl-package->ecl-package sbcl-cl-hooks))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public sbcl-s-sysdeps
 | 
				
			||||||
 | 
					  (let ((commit "d28246b5dffef9e73a0e0e6cfbc4e878006fe34d")
 | 
				
			||||||
 | 
					        (revision "1"))
 | 
				
			||||||
 | 
					    (package
 | 
				
			||||||
 | 
					      (name "sbcl-s-sysdeps")
 | 
				
			||||||
 | 
					      (build-system asdf-build-system/sbcl)
 | 
				
			||||||
 | 
					      (version (git-version "1" revision commit))
 | 
				
			||||||
 | 
					      (home-page "https://github.com/svenvc/s-sysdeps")
 | 
				
			||||||
 | 
					      (source
 | 
				
			||||||
 | 
					       (origin
 | 
				
			||||||
 | 
					         (method git-fetch)
 | 
				
			||||||
 | 
					         (uri (git-reference
 | 
				
			||||||
 | 
					               (url home-page)
 | 
				
			||||||
 | 
					               (commit commit)))
 | 
				
			||||||
 | 
					         (file-name (git-file-name name version))
 | 
				
			||||||
 | 
					         (sha256
 | 
				
			||||||
 | 
					          (base32
 | 
				
			||||||
 | 
					           "14b69b81yrxmjlvmm3lfxk04x5v7hqz4fql121334wh72czznfh9"))))
 | 
				
			||||||
 | 
					      (synopsis "Common Lisp abstraction layer over platform dependent functionality")
 | 
				
			||||||
 | 
					      (description "@code{s-sysdeps} is an abstraction layer over platform
 | 
				
			||||||
 | 
					dependent functionality.  This simple package is used as a building block in a
 | 
				
			||||||
 | 
					number of other open source projects.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@code{s-sysdeps} abstracts:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@itemize
 | 
				
			||||||
 | 
					@item managing processes,
 | 
				
			||||||
 | 
					@item implementing a standard TCP/IP server,
 | 
				
			||||||
 | 
					@item opening a client TCP/IP socket stream,
 | 
				
			||||||
 | 
					@item working with process locks.
 | 
				
			||||||
 | 
					@end itemize\n")
 | 
				
			||||||
 | 
					      (license license:llgpl))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public cl-s-sysdeps
 | 
				
			||||||
 | 
					  (sbcl-package->cl-source-package sbcl-s-sysdeps))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public ecl-s-sysdeps
 | 
				
			||||||
 | 
					  (sbcl-package->ecl-package sbcl-s-sysdeps))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue