2017-03-30 20:54:56 +00:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''metabang-bind'';
|
|
|
|
version = ''20170124-git'';
|
|
|
|
|
|
|
|
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 {
|
|
|
|
url = ''http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz'';
|
|
|
|
sha256 = ''1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc'';
|
|
|
|
};
|
2017-08-31 00:22:51 +00:00
|
|
|
|
2017-06-21 20:15:07 +00:00
|
|
|
packageName = "metabang-bind";
|
2017-03-30 20:54:56 +00:00
|
|
|
|
2017-08-31 00:22:51 +00:00
|
|
|
asdFilesToKeep = ["metabang-bind.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 20:54:56 +00:00
|
|
|
}
|
2017-04-01 06:08:02 +00:00
|
|
|
/* (SYSTEM metabang-bind DESCRIPTION
|
2017-08-31 00:22:51 +00:00
|
|
|
Bind is a macro that generalizes multiple-value-bind, let, let*, destructuring-bind, structure and slot accessors, and a whole lot more.
|
|
|
|
SHA256 1xyiyrc9c02ylg6b749h2ihn6922kb179x7k338dmglf4mpyqxwc URL
|
|
|
|
http://beta.quicklisp.org/archive/metabang-bind/2017-01-24/metabang-bind-20170124-git.tgz
|
|
|
|
MD5 20c6a434308598ad7fa224d99f3bcbf6 NAME metabang-bind FILENAME
|
|
|
|
metabang-bind DEPS NIL DEPENDENCIES NIL VERSION 20170124-git SIBLINGS
|
|
|
|
(metabang-bind-test) PARASITES NIL) */
|