2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2021-01-24 09:19:10 +00:00
|
|
|
baseName = "named-readtables";
|
|
|
|
version = "20200925-git";
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
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 {
|
2021-01-24 09:19:10 +00:00
|
|
|
url = "http://beta.quicklisp.org/archive/named-readtables/2020-09-25/named-readtables-20200925-git.tgz";
|
|
|
|
sha256 = "0klbvv2syv8a8agacxdjrmmhibvhgfbxxwv6k4hx0ifk6n5iazxl";
|
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.
|
2020-10-24 11:53:25 +01:00
|
|
|
SHA256 0klbvv2syv8a8agacxdjrmmhibvhgfbxxwv6k4hx0ifk6n5iazxl URL
|
|
|
|
http://beta.quicklisp.org/archive/named-readtables/2020-09-25/named-readtables-20200925-git.tgz
|
|
|
|
MD5 b17873ea600fb6847537c2c584761c29 NAME named-readtables FILENAME
|
|
|
|
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20200925-git SIBLINGS
|
2018-02-12 19:38:21 +00:00
|
|
|
NIL PARASITES (named-readtables/test)) */
|