2017-03-26 03:15:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-26 03:15:42 +01:00
|
|
|
baseName = ''flexi-streams'';
|
2019-01-31 06:21:01 +00:00
|
|
|
version = ''20190107-git'';
|
2017-03-26 03:15:42 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
parasites = [ "flexi-streams-test" ];
|
|
|
|
|
2017-03-26 03:15:42 +01:00
|
|
|
description = ''Flexible bivalent streams for Common Lisp'';
|
|
|
|
|
|
|
|
deps = [ args."trivial-gray-streams" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2019-01-31 06:21:01 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/flexi-streams/2019-01-07/flexi-streams-20190107-git.tgz'';
|
|
|
|
sha256 = ''1fqkkvspsdzvrr2rkp6i631m7bwx06j68s19cjzpmnhr9zn696i5'';
|
2017-03-26 03:15:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "flexi-streams";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["flexi-streams.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 03:15:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM flexi-streams DESCRIPTION Flexible bivalent streams for Common Lisp
|
2019-01-31 06:21:01 +00:00
|
|
|
SHA256 1fqkkvspsdzvrr2rkp6i631m7bwx06j68s19cjzpmnhr9zn696i5 URL
|
|
|
|
http://beta.quicklisp.org/archive/flexi-streams/2019-01-07/flexi-streams-20190107-git.tgz
|
|
|
|
MD5 b59014f9f9f0d1b94f161e36e64a35c2 NAME flexi-streams FILENAME
|
2017-08-31 01:22:51 +01:00
|
|
|
flexi-streams DEPS
|
|
|
|
((NAME trivial-gray-streams FILENAME trivial-gray-streams)) DEPENDENCIES
|
2019-01-31 06:21:01 +00:00
|
|
|
(trivial-gray-streams) VERSION 20190107-git SIBLINGS NIL PARASITES
|
2017-08-31 01:22:51 +01:00
|
|
|
(flexi-streams-test)) */
|