2018-02-12 19:38:21 +00:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2018-02-12 19:38:21 +00:00
|
|
|
baseName = ''fiasco'';
|
2020-03-15 21:34:16 +00:00
|
|
|
version = ''20191130-git'';
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
parasites = [ "fiasco-self-tests" ];
|
|
|
|
|
|
|
|
description = ''A Common Lisp test framework that treasures your failures, logical continuation of Stefil.'';
|
|
|
|
|
2019-01-31 06:21:01 +00:00
|
|
|
deps = [ args."alexandria" args."trivial-gray-streams" ];
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-15 21:34:16 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/fiasco/2019-11-30/fiasco-20191130-git.tgz'';
|
|
|
|
sha256 = ''0jpxzrac8kzb34b9n5zyh3wcz0wghxd7pq8xwxp87yg6c3927sl0'';
|
2018-02-12 19:38:21 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "fiasco";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["fiasco.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM fiasco DESCRIPTION
|
|
|
|
A Common Lisp test framework that treasures your failures, logical continuation of Stefil.
|
2020-03-15 21:34:16 +00:00
|
|
|
SHA256 0jpxzrac8kzb34b9n5zyh3wcz0wghxd7pq8xwxp87yg6c3927sl0 URL
|
|
|
|
http://beta.quicklisp.org/archive/fiasco/2019-11-30/fiasco-20191130-git.tgz
|
|
|
|
MD5 235809b661c89fed1c4ca4ba3e4f3606 NAME fiasco FILENAME fiasco DEPS
|
2019-01-31 06:21:01 +00:00
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME trivial-gray-streams FILENAME trivial-gray-streams))
|
2020-03-15 21:34:16 +00:00
|
|
|
DEPENDENCIES (alexandria trivial-gray-streams) VERSION 20191130-git
|
2019-01-31 06:21:01 +00:00
|
|
|
SIBLINGS NIL PARASITES (fiasco-self-tests)) */
|