2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2021-01-24 09:19:10 +00:00
|
|
|
baseName = "cl-reexport";
|
|
|
|
version = "20150709-git";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2021-01-24 09:19:10 +00:00
|
|
|
description = "Reexport external symbols in other packages.";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
deps = [ args."alexandria" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-01-24 09:19:10 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/cl-reexport/2015-07-09/cl-reexport-20150709-git.tgz";
|
|
|
|
sha256 = "1y6qlyps7g0wl4rbmzvw6s1kjdwwmh33layyjclsjp9j5nm8mdmi";
|
2017-03-30 21:54:56 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "cl-reexport";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["cl-reexport.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM cl-reexport DESCRIPTION Reexport external symbols in other packages.
|
|
|
|
SHA256 1y6qlyps7g0wl4rbmzvw6s1kjdwwmh33layyjclsjp9j5nm8mdmi URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-reexport/2015-07-09/cl-reexport-20150709-git.tgz
|
|
|
|
MD5 207d02771cbd906d033ff704ca5c3a3d NAME cl-reexport FILENAME cl-reexport
|
|
|
|
DEPS ((NAME alexandria FILENAME alexandria)) DEPENDENCIES (alexandria)
|
|
|
|
VERSION 20150709-git SIBLINGS (cl-reexport-test) PARASITES NIL) */
|