2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2017-03-26 03:15:42 +01:00
|
|
|
rec {
|
|
|
|
baseName = ''alexandria'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''20170830-git'';
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
description = ''Alexandria is a collection of portable public domain utilities.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/alexandria/2017-08-30/alexandria-20170830-git.tgz'';
|
|
|
|
sha256 = ''0vprl8kg5qahwp8zyc26bk0qpdynga9hbv5qnlvk3cclfpvm8kl9'';
|
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
|
2018-02-12 19:38:21 +00:00
|
|
|
0vprl8kg5qahwp8zyc26bk0qpdynga9hbv5qnlvk3cclfpvm8kl9 URL
|
|
|
|
http://beta.quicklisp.org/archive/alexandria/2017-08-30/alexandria-20170830-git.tgz
|
|
|
|
MD5 13ea5af7055094a87dec1e45090f894a NAME alexandria FILENAME alexandria
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20170830-git SIBLINGS (alexandria-tests)
|
2017-08-31 01:22:51 +01:00
|
|
|
PARASITES NIL) */
|