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";
|
2021-10-17 09:34:42 +00:00
|
|
|
version = "20210807-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-10-17 09:34:42 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/introspect-environment/2021-08-07/introspect-environment-20210807-git.tgz";
|
|
|
|
sha256 = "124rnbcjygw7wm07bpcibsqkvsqxhr8pq42p7phw39kmcp9hns4j";
|
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.
|
2021-10-17 09:34:42 +00:00
|
|
|
SHA256 124rnbcjygw7wm07bpcibsqkvsqxhr8pq42p7phw39kmcp9hns4j URL
|
|
|
|
http://beta.quicklisp.org/archive/introspect-environment/2021-08-07/introspect-environment-20210807-git.tgz
|
|
|
|
MD5 f9d4e1208146e9435c2ce1b82a87a209 NAME introspect-environment FILENAME
|
|
|
|
introspect-environment DEPS NIL DEPENDENCIES NIL VERSION 20210807-git
|
2020-04-24 23:36:52 +00:00
|
|
|
SIBLINGS (introspect-environment-test) PARASITES NIL) */
|