2018-09-12 01:47:19 -07:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 00:38:35 -07:00
|
|
|
rec {
|
2017-03-25 19:15:42 -07:00
|
|
|
baseName = ''alexandria'';
|
2020-03-15 14:34:16 -07:00
|
|
|
version = ''20191227-git'';
|
2017-03-25 19:15:42 -07:00
|
|
|
|
|
|
|
description = ''Alexandria is a collection of portable public domain utilities.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-15 14:34:16 -07:00
|
|
|
url = ''http://beta.quicklisp.org/archive/alexandria/2019-12-27/alexandria-20191227-git.tgz'';
|
|
|
|
sha256 = ''1vq19i7mcx3dk8vd8l92ld33birs9qhwcs7hbwwphvrwsrxbnd89'';
|
2017-03-25 19:15:42 -07:00
|
|
|
};
|
2017-08-30 17:22:51 -07:00
|
|
|
|
2017-06-21 13:15:07 -07:00
|
|
|
packageName = "alexandria";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2017-08-30 17:22:51 -07:00
|
|
|
asdFilesToKeep = ["alexandria.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-25 19:15:42 -07:00
|
|
|
}
|
2017-08-30 17:22:51 -07:00
|
|
|
/* (SYSTEM alexandria DESCRIPTION
|
|
|
|
Alexandria is a collection of portable public domain utilities. SHA256
|
2020-03-15 14:34:16 -07:00
|
|
|
1vq19i7mcx3dk8vd8l92ld33birs9qhwcs7hbwwphvrwsrxbnd89 URL
|
|
|
|
http://beta.quicklisp.org/archive/alexandria/2019-12-27/alexandria-20191227-git.tgz
|
|
|
|
MD5 634105318a9c82a2a2729d0305c91667 NAME alexandria FILENAME alexandria
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20191227-git SIBLINGS (alexandria-tests)
|
2017-08-30 17:22:51 -07:00
|
|
|
PARASITES NIL) */
|