2021-04-05 15:23:46 +00:00
|
|
|
/* Generated file. */
|
2020-04-24 23:36:52 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-04-05 15:23:46 +00:00
|
|
|
baseName = "introspect-environment";
|
|
|
|
version = "20200715-git";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "Small interface to portable but nonstandard introspection of CL environments.";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-04-05 15:23:46 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/introspect-environment/2020-07-15/introspect-environment-20200715-git.tgz";
|
|
|
|
sha256 = "1m2vqpbrvjb0mkmi2n5rg3j0dr68hyv23lbw6s474hylx02nw5ns";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "introspect-environment";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["introspect-environment.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM introspect-environment DESCRIPTION
|
|
|
|
Small interface to portable but nonstandard introspection of CL environments.
|
2020-10-27 00:29:36 +00:00
|
|
|
SHA256 1m2vqpbrvjb0mkmi2n5rg3j0dr68hyv23lbw6s474hylx02nw5ns URL
|
|
|
|
http://beta.quicklisp.org/archive/introspect-environment/2020-07-15/introspect-environment-20200715-git.tgz
|
|
|
|
MD5 d129641b18376741e7106bd13e476cb8 NAME introspect-environment FILENAME
|
|
|
|
introspect-environment DEPS NIL DEPENDENCIES NIL VERSION 20200715-git
|
2020-04-24 23:36:52 +00:00
|
|
|
SIBLINGS (introspect-environment-test) PARASITES NIL) */
|