2017-03-31 12:06:05 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''cl-store'';
|
|
|
|
version = ''20160531-git'';
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
parasites = [ "cl-store-tests" ];
|
|
|
|
|
2017-03-31 12:06:05 +02:00
|
|
|
description = ''Serialization package'';
|
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
deps = [ args."rt" ];
|
2017-03-31 12:06:05 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = ''http://beta.quicklisp.org/archive/cl-store/2016-05-31/cl-store-20160531-git.tgz'';
|
|
|
|
sha256 = ''0j1pfgvzy6l7hb68xsz2dghsa94lip7caq6f6608jsqadmdswljz'';
|
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "cl-store";
|
2017-03-31 12:06:05 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["cl-store.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-31 12:06:05 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM cl-store DESCRIPTION Serialization package SHA256
|
|
|
|
0j1pfgvzy6l7hb68xsz2dghsa94lip7caq6f6608jsqadmdswljz URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-store/2016-05-31/cl-store-20160531-git.tgz
|
|
|
|
MD5 8b3f33956b05d8e900346663f6abca3c NAME cl-store FILENAME cl-store DEPS
|
|
|
|
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20160531-git SIBLINGS NIL
|
|
|
|
PARASITES (cl-store-tests)) */
|