2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-08-13 22:52:01 +01:00
|
|
|
{
|
2017-03-26 03:15:42 +01:00
|
|
|
baseName = ''alexandria'';
|
2019-09-10 20:47:20 +01:00
|
|
|
version = ''20190710-git'';
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
description = ''Alexandria is a collection of portable public domain utilities.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2019-09-10 20:47:20 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/alexandria/2019-07-10/alexandria-20190710-git.tgz'';
|
|
|
|
sha256 = ''0127d5yyq46dpffvr4hla6d3ryiml48mxd2r6cgbg3mgz3b2nr70'';
|
2017-03-26 03:15:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "alexandria";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["alexandria.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 03:15:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM alexandria DESCRIPTION
|
|
|
|
Alexandria is a collection of portable public domain utilities. SHA256
|
2019-09-10 20:47:20 +01:00
|
|
|
0127d5yyq46dpffvr4hla6d3ryiml48mxd2r6cgbg3mgz3b2nr70 URL
|
|
|
|
http://beta.quicklisp.org/archive/alexandria/2019-07-10/alexandria-20190710-git.tgz
|
|
|
|
MD5 2b5abc0a266aeafe9029bf26db90b292 NAME alexandria FILENAME alexandria
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20190710-git SIBLINGS (alexandria-tests)
|
2017-08-31 01:22:51 +01:00
|
|
|
PARASITES NIL) */
|