nixpkgs/pkgs/development/lisp-modules/quicklisp-to-nix-output/chanl.nix

33 lines
1.1 KiB
Nix
Raw Normal View History

/* Generated file. */
2020-10-24 18:36:09 +02:00
args @ { fetchurl, ... }:
rec {
baseName = "chanl";
version = "20210124-git";
2020-10-24 18:36:09 +02:00
parasites = [ "chanl/examples" "chanl/tests" ];
description = "Communicating Sequential Process support for Common Lisp";
2020-10-24 18:36:09 +02:00
deps = [ args."alexandria" args."bordeaux-threads" args."fiveam" ];
src = fetchurl {
url = "http://beta.quicklisp.org/archive/chanl/2021-01-24/chanl-20210124-git.tgz";
sha256 = "1lb0k5nh51f8hskpm1pma5ds4lk1zpbk9czpw9bk8hdykr178mzc";
2020-10-24 18:36:09 +02:00
};
packageName = "chanl";
asdFilesToKeep = ["chanl.asd"];
overrides = x: x;
}
/* (SYSTEM chanl DESCRIPTION
Communicating Sequential Process support for Common Lisp SHA256
2021-03-28 14:38:38 +02:00
1lb0k5nh51f8hskpm1pma5ds4lk1zpbk9czpw9bk8hdykr178mzc URL
http://beta.quicklisp.org/archive/chanl/2021-01-24/chanl-20210124-git.tgz
MD5 2f9e2d16caa2febff4f5beb6226b7ccf NAME chanl FILENAME chanl DEPS
2020-10-24 18:36:09 +02:00
((NAME alexandria FILENAME alexandria)
(NAME bordeaux-threads FILENAME bordeaux-threads)
(NAME fiveam FILENAME fiveam))
2021-03-28 14:38:38 +02:00
DEPENDENCIES (alexandria bordeaux-threads fiveam) VERSION 20210124-git
2020-10-24 18:36:09 +02:00
SIBLINGS NIL PARASITES (chanl/examples chanl/tests)) */