2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''named-readtables'';
|
|
|
|
version = ''20170124-git'';
|
|
|
|
|
|
|
|
description = ''Library that creates a namespace for named readtable
|
|
|
|
akin to the namespace of packages.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = ''http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz'';
|
|
|
|
sha256 = ''1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45'';
|
|
|
|
};
|
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.
|
|
|
|
SHA256 1j0drddahdjab40dd9v9qy92xbvzwgbk6y3hv990sdp9f8ac1q45 URL
|
2017-08-31 01:22:51 +01:00
|
|
|
http://beta.quicklisp.org/archive/named-readtables/2017-01-24/named-readtables-20170124-git.tgz
|
|
|
|
MD5 1237a07f90e29939e48b595eaad2bd82 NAME named-readtables FILENAME
|
|
|
|
named-readtables DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
|
|
|
|
NIL PARASITES NIL) */
|