2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2017-03-30 21:54:56 +01:00
|
|
|
rec {
|
|
|
|
baseName = ''named-readtables'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''20180131-git'';
|
|
|
|
|
|
|
|
parasites = [ "named-readtables/test" ];
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
description = ''Library that creates a namespace for named readtable
|
|
|
|
akin to the namespace of packages.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/named-readtables/2018-01-31/named-readtables-20180131-git.tgz'';
|
|
|
|
sha256 = ''1fhygm2q75m6my6appxmx097l7zlr3qxbgzbpa2mf9pr1qzwrgg5'';
|
2017-03-30 21:54:56 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "named-readtables";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["named-readtables.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM named-readtables DESCRIPTION
|
|
|
|
Library that creates a namespace for named readtable
|
2017-04-01 07:08:02 +01:00
|
|
|
akin to the namespace of packages.
|
2018-02-12 19:38:21 +00:00
|
|
|
SHA256 1fhygm2q75m6my6appxmx097l7zlr3qxbgzbpa2mf9pr1qzwrgg5 URL
|
|
|
|
http://beta.quicklisp.org/archive/named-readtables/2018-01-31/named-readtables-20180131-git.tgz
|
|
|
|
MD5 46db18ba947dc0aba14c76471604448d NAME named-readtables FILENAME
|
|
|
|
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20180131-git SIBLINGS
|
|
|
|
NIL PARASITES (named-readtables/test)) */
|