2017-08-31 01:22:51 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''lisp-unit2'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''20180131-git'';
|
2017-08-31 01:22:51 +01:00
|
|
|
|
|
|
|
parasites = [ "lisp-unit2-test" ];
|
|
|
|
|
|
|
|
description = ''Common Lisp library that supports unit testing.'';
|
|
|
|
|
2018-09-12 09:47:19 +01:00
|
|
|
deps = [ args."alexandria" args."cl-interpol" args."cl-ppcre" args."cl-unicode" args."flexi-streams" args."iterate" args."named-readtables" args."symbol-munger" ];
|
2017-08-31 01:22:51 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/lisp-unit2/2018-01-31/lisp-unit2-20180131-git.tgz'';
|
|
|
|
sha256 = ''04kwrg605mqzf3ghshgbygvvryk5kipl6gyc5kdaxafjxvhxaak7'';
|
2017-08-31 01:22:51 +01:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "lisp-unit2";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["lisp-unit2.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM lisp-unit2 DESCRIPTION
|
|
|
|
Common Lisp library that supports unit testing. SHA256
|
2018-02-12 19:38:21 +00:00
|
|
|
04kwrg605mqzf3ghshgbygvvryk5kipl6gyc5kdaxafjxvhxaak7 URL
|
|
|
|
http://beta.quicklisp.org/archive/lisp-unit2/2018-01-31/lisp-unit2-20180131-git.tgz
|
|
|
|
MD5 d061fa640837441a5d2eecbefd8b2e69 NAME lisp-unit2 FILENAME lisp-unit2
|
2017-08-31 01:22:51 +01:00
|
|
|
DEPS
|
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME cl-interpol FILENAME cl-interpol) (NAME cl-ppcre FILENAME cl-ppcre)
|
|
|
|
(NAME cl-unicode FILENAME cl-unicode)
|
|
|
|
(NAME flexi-streams FILENAME flexi-streams)
|
|
|
|
(NAME iterate FILENAME iterate)
|
2018-09-12 09:47:19 +01:00
|
|
|
(NAME named-readtables FILENAME named-readtables)
|
2017-08-31 01:22:51 +01:00
|
|
|
(NAME symbol-munger FILENAME symbol-munger))
|
|
|
|
DEPENDENCIES
|
|
|
|
(alexandria cl-interpol cl-ppcre cl-unicode flexi-streams iterate
|
2018-09-12 09:47:19 +01:00
|
|
|
named-readtables symbol-munger)
|
2018-02-12 19:38:21 +00:00
|
|
|
VERSION 20180131-git SIBLINGS NIL PARASITES (lisp-unit2-test)) */
|