2021-03-28 23:55:54 +02:00
|
|
|
/* Generated file. */
|
2018-09-12 10:47:19 +02:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 09:38:35 +02:00
|
|
|
rec {
|
2021-03-28 23:55:54 +02:00
|
|
|
baseName = "trivial-gray-streams";
|
|
|
|
version = "20210124-git";
|
2017-03-26 04:15:42 +02:00
|
|
|
|
2021-03-28 23:55:54 +02:00
|
|
|
description = "Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams).";
|
2017-03-26 04:15:42 +02:00
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 23:55:54 +02:00
|
|
|
url = "http://beta.quicklisp.org/archive/trivial-gray-streams/2021-01-24/trivial-gray-streams-20210124-git.tgz";
|
|
|
|
sha256 = "0swqcw3649279qyn5lc42xqgi13jc4kd7hf3iasf4vfli8lhb3n6";
|
2017-03-26 04:15:42 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "trivial-gray-streams";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["trivial-gray-streams.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 04:15:42 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM trivial-gray-streams DESCRIPTION
|
|
|
|
Compatibility layer for Gray Streams (see http://www.cliki.net/Gray%20streams).
|
2021-03-28 14:38:38 +02:00
|
|
|
SHA256 0swqcw3649279qyn5lc42xqgi13jc4kd7hf3iasf4vfli8lhb3n6 URL
|
|
|
|
http://beta.quicklisp.org/archive/trivial-gray-streams/2021-01-24/trivial-gray-streams-20210124-git.tgz
|
|
|
|
MD5 1b93af1cae9f8465d813964db4d10588 NAME trivial-gray-streams FILENAME
|
|
|
|
trivial-gray-streams DEPS NIL DEPENDENCIES NIL VERSION 20210124-git
|
2017-08-31 02:22:51 +02:00
|
|
|
SIBLINGS (trivial-gray-streams-test) PARASITES NIL) */
|