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 = "alexandria";
|
2021-05-20 23:08:51 +00:00
|
|
|
version = "20210411-git";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
2021-04-05 15:23:46 +00:00
|
|
|
description = "Alexandria is a collection of portable public domain utilities.";
|
2020-04-24 23:36:52 +00:00
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-05-20 23:08:51 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/alexandria/2021-04-11/alexandria-20210411-git.tgz";
|
|
|
|
sha256 = "0bd4axr1z1q6khvpyf5xvgybdajs1dc7my6g0rdzhhxbibfcf3yh";
|
2020-04-24 23:36:52 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "alexandria";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["alexandria.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM alexandria DESCRIPTION
|
|
|
|
Alexandria is a collection of portable public domain utilities. SHA256
|
2021-05-20 23:08:51 +00:00
|
|
|
0bd4axr1z1q6khvpyf5xvgybdajs1dc7my6g0rdzhhxbibfcf3yh URL
|
|
|
|
http://beta.quicklisp.org/archive/alexandria/2021-04-11/alexandria-20210411-git.tgz
|
|
|
|
MD5 415c43451862b490577b20ee4fb8e8d7 NAME alexandria FILENAME alexandria
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20210411-git SIBLINGS (alexandria-tests)
|
2020-04-24 23:36:52 +00:00
|
|
|
PARASITES NIL) */
|