2017-03-30 22:54:56 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''marshal'';
|
2018-02-12 20:38:21 +01:00
|
|
|
version = ''cl-20170830-git'';
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
description = ''marshal: Simple (de)serialization of Lisp datastructures.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 20:38:21 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/cl-marshal/2017-08-30/cl-marshal-20170830-git.tgz'';
|
|
|
|
sha256 = ''1yirhxyizfxsvsrmbh2dipzzlq09afahzmi2zlsbbv6cvijxnisp'';
|
2017-03-30 22:54:56 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "marshal";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["marshal.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 22:54:56 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM marshal DESCRIPTION
|
|
|
|
marshal: Simple (de)serialization of Lisp datastructures. SHA256
|
2018-02-12 20:38:21 +01:00
|
|
|
1yirhxyizfxsvsrmbh2dipzzlq09afahzmi2zlsbbv6cvijxnisp URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-marshal/2017-08-30/cl-marshal-20170830-git.tgz
|
|
|
|
MD5 54bce031cdb215cd7624fdf3265b9bec NAME marshal FILENAME marshal DEPS NIL
|
|
|
|
DEPENDENCIES NIL VERSION cl-20170830-git SIBLINGS (marshal-tests) PARASITES
|
|
|
|
NIL) */
|