2017-03-31 11:06:05 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-31 11:06:05 +01:00
|
|
|
baseName = ''cl-store'';
|
2020-10-24 11:53:25 +01:00
|
|
|
version = ''20200925-git'';
|
2017-03-31 11:06:05 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
parasites = [ "cl-store-tests" ];
|
|
|
|
|
2017-03-31 11:06:05 +01:00
|
|
|
description = ''Serialization package'';
|
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
deps = [ args."rt" ];
|
2017-03-31 11:06:05 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-10-24 11:53:25 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/cl-store/2020-09-25/cl-store-20200925-git.tgz'';
|
|
|
|
sha256 = ''0vqlrci1634jgfg6c1dzwvx58qjjwbcbwdbpm7xxw2s823xl9jf3'';
|
2017-03-31 11:06:05 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "cl-store";
|
2017-03-31 11:06:05 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["cl-store.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-31 11:06:05 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM cl-store DESCRIPTION Serialization package SHA256
|
2020-10-24 11:53:25 +01:00
|
|
|
0vqlrci1634jgfg6c1dzwvx58qjjwbcbwdbpm7xxw2s823xl9jf3 URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-store/2020-09-25/cl-store-20200925-git.tgz
|
|
|
|
MD5 828a6f3035c5ef869618f6848c47efd7 NAME cl-store FILENAME cl-store DEPS
|
|
|
|
((NAME rt FILENAME rt)) DEPENDENCIES (rt) VERSION 20200925-git SIBLINGS NIL
|
2017-08-31 01:22:51 +01:00
|
|
|
PARASITES (cl-store-tests)) */
|