2021-03-28 22:55:54 +01:00
|
|
|
/* Generated file. */
|
2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2021-03-28 22:55:54 +01:00
|
|
|
baseName = "cl-reexport";
|
|
|
|
version = "20210228-git";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2021-03-28 22:55:54 +01:00
|
|
|
description = "Reexport external symbols in other packages.";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
deps = [ args."alexandria" ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 22:55:54 +01:00
|
|
|
url = "http://beta.quicklisp.org/archive/cl-reexport/2021-02-28/cl-reexport-20210228-git.tgz";
|
|
|
|
sha256 = "1ay0ng5nnbq200g4wxs0h7byx24za4yk208nhfsmksahk5qj1qra";
|
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.
|
2021-03-28 13:38:38 +01:00
|
|
|
SHA256 1ay0ng5nnbq200g4wxs0h7byx24za4yk208nhfsmksahk5qj1qra URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-reexport/2021-02-28/cl-reexport-20210228-git.tgz
|
|
|
|
MD5 e083a9c49fe39d65f1ff7743eebe37c2 NAME cl-reexport FILENAME cl-reexport
|
2017-08-31 01:22:51 +01:00
|
|
|
DEPS ((NAME alexandria FILENAME alexandria)) DEPENDENCIES (alexandria)
|
2021-03-28 13:38:38 +01:00
|
|
|
VERSION 20210228-git SIBLINGS (cl-reexport-test) PARASITES NIL) */
|