2021-04-05 15:23:46 +00:00
|
|
|
/* Generated file. */
|
2020-10-27 00:29:36 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-04-05 15:23:46 +00:00
|
|
|
baseName = "chanl";
|
2021-05-20 23:08:51 +00:00
|
|
|
version = "20210411-git";
|
2020-10-27 00:29:36 +00:00
|
|
|
|
|
|
|
parasites = [ "chanl/examples" "chanl/tests" ];
|
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "Communicating Sequential Process support for Common Lisp";
|
2020-10-27 00:29:36 +00:00
|
|
|
|
|
|
|
deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-05-20 23:08:51 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/chanl/2021-04-11/chanl-20210411-git.tgz";
|
|
|
|
sha256 = "1c1yiw616q5hv6vzyg1y4kg68v94p37s5jrq387rwadfnnf46rgi";
|
2020-10-27 00:29:36 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "chanl";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["chanl.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM chanl DESCRIPTION
|
|
|
|
Communicating Sequential Process support for Common Lisp SHA256
|
2021-05-20 23:08:51 +00:00
|
|
|
1c1yiw616q5hv6vzyg1y4kg68v94p37s5jrq387rwadfnnf46rgi URL
|
|
|
|
http://beta.quicklisp.org/archive/chanl/2021-04-11/chanl-20210411-git.tgz
|
|
|
|
MD5 efaa5705b5feaa718290d25a95e2a684 NAME chanl FILENAME chanl DEPS
|
2020-10-27 00:29:36 +00:00
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
|
|
|
(NAME fiveam FILENAME fiveam))
|
2021-05-20 23:08:51 +00:00
|
|
|
DEPENDENCIES (alexandria bordeaux-threads fiveam) VERSION 20210411-git
|
2020-10-27 00:29:36 +00:00
|
|
|
SIBLINGS NIL PARASITES (chanl/examples chanl/tests)) */
|