2018-09-12 09:47:19 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-30 21:54:56 +01:00
|
|
|
baseName = ''metabang-bind'';
|
2020-03-15 21:34:16 +00:00
|
|
|
version = ''20191130-git'';
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
description = ''Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-15 21:34:16 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/metabang-bind/2019-11-30/metabang-bind-20191130-git.tgz'';
|
|
|
|
sha256 = ''0w4hk94wpfxxznl2xvasnwla7v9i8hrixa1b0r5ngph3n0hq48ci'';
|
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 = "metabang-bind";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["metabang-bind.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-04-01 07:08:02 +01:00
|
|
|
/* (SYSTEM metabang-bind DESCRIPTION
|
2017-08-31 01:22:51 +01:00
|
|
|
Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.
|
2020-03-15 21:34:16 +00:00
|
|
|
SHA256 0w4hk94wpfxxznl2xvasnwla7v9i8hrixa1b0r5ngph3n0hq48ci URL
|
|
|
|
http://beta.quicklisp.org/archive/metabang-bind/2019-11-30/metabang-bind-20191130-git.tgz
|
|
|
|
MD5 b0845abb1eadb83e33e91c8d4ad88d2f NAME metabang-bind FILENAME
|
|
|
|
metabang-bind DEPS NIL DEPENDENCIES NIL VERSION 20191130-git SIBLINGS
|
2017-08-31 01:22:51 +01:00
|
|
|
(metabang-bind-test) PARASITES NIL) */
|