2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-26 03:15:42 +01:00
|
|
|
baseName = ''alexandria'';
|
2020-10-24 11:53:25 +01:00
|
|
|
version = ''20200925-git'';
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
description = ''Alexandria is a collection of portable public domain utilities.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2020-10-24 11:53:25 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/alexandria/2020-09-25/alexandria-20200925-git.tgz'';
|
|
|
|
sha256 = ''1cpvnzfs807ah07hrk8kplim6ryzqs4r35ym03cpky5xdl8c89fl'';
|
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
|
2020-10-24 11:53:25 +01:00
|
|
|
1cpvnzfs807ah07hrk8kplim6ryzqs4r35ym03cpky5xdl8c89fl URL
|
|
|
|
http://beta.quicklisp.org/archive/alexandria/2020-09-25/alexandria-20200925-git.tgz
|
|
|
|
MD5 59c8237a854de6f4f93328cd5747cd14 NAME alexandria FILENAME alexandria
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20200925-git SIBLINGS (alexandria-tests)
|
2017-08-31 01:22:51 +01:00
|
|
|
PARASITES NIL) */
|