2017-03-26 03:15:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''flexi-streams'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''20171227-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 {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/flexi-streams/2017-12-27/flexi-streams-20171227-git.tgz'';
|
|
|
|
sha256 = ''1hw3w8syz7pyggxz1fwskrvjjwz5518vz5clkkjxfshlzqhwxfyc'';
|
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
|
2018-02-12 19:38:21 +00:00
|
|
|
SHA256 1hw3w8syz7pyggxz1fwskrvjjwz5518vz5clkkjxfshlzqhwxfyc URL
|
|
|
|
http://beta.quicklisp.org/archive/flexi-streams/2017-12-27/flexi-streams-20171227-git.tgz
|
|
|
|
MD5 583aa697051062a0d6a6a73923f865d3 NAME flexi-streams FILENAME
|
2017-08-31 01:22:51 +01:00
|
|
|
flexi-streams DEPS
|
|
|
|
((NAME trivial-gray-streams FILENAME trivial-gray-streams)) DEPENDENCIES
|
2018-02-12 19:38:21 +00:00
|
|
|
(trivial-gray-streams) VERSION 20171227-git SIBLINGS NIL PARASITES
|
2017-08-31 01:22:51 +01:00
|
|
|
(flexi-streams-test)) */
|