2021-03-28 22:55:54 +01:00
|
|
|
/* Generated file. */
|
2019-09-10 20:47:20 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-03-28 22:55:54 +01:00
|
|
|
baseName = "introspect-environment";
|
2021-10-20 15:30:31 +01:00
|
|
|
version = "20210807-git";
|
2019-09-10 20:47:20 +01:00
|
|
|
|
2021-03-28 22:55:54 +01:00
|
|
|
description = "Small interface to portable but nonstandard introspection of CL environments.";
|
2019-09-10 20:47:20 +01:00
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-20 15:30:31 +01:00
|
|
|
url = "http://beta.quicklisp.org/archive/introspect-environment/2021-08-07/introspect-environment-20210807-git.tgz";
|
|
|
|
sha256 = "124rnbcjygw7wm07bpcibsqkvsqxhr8pq42p7phw39kmcp9hns4j";
|
2019-09-10 20:47:20 +01: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-20 15:30:31 +01: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
|
2019-09-10 20:47:20 +01:00
|
|
|
SIBLINGS (introspect-environment-test) PARASITES NIL) */
|