2018-07-20 19:54:05 +00:00
|
|
|
{ fetchurl, ... }:
|
2017-03-30 20:54:56 +00:00
|
|
|
rec {
|
|
|
|
baseName = ''closer-mop'';
|
2018-05-30 17:24:57 +00:00
|
|
|
version = ''20180430-git'';
|
2017-03-30 20:54:56 +00:00
|
|
|
|
|
|
|
description = ''Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.'';
|
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2018-05-30 17:24:57 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/closer-mop/2018-04-30/closer-mop-20180430-git.tgz'';
|
|
|
|
sha256 = ''1bbvjkqjw17dgzy6spqqpdlarcxd0rchki769r43g5p5sghxlb6v'';
|
2017-03-30 20:54:56 +00:00
|
|
|
};
|
2017-08-31 00:22:51 +00:00
|
|
|
|
2017-06-21 20:15:07 +00:00
|
|
|
packageName = "closer-mop";
|
2017-03-30 20:54:56 +00:00
|
|
|
|
2017-08-31 00:22:51 +00:00
|
|
|
asdFilesToKeep = ["closer-mop.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 20:54:56 +00:00
|
|
|
}
|
2017-04-01 06:08:02 +00:00
|
|
|
/* (SYSTEM closer-mop DESCRIPTION
|
|
|
|
Closer to MOP is a compatibility layer that rectifies many of the absent or incorrect CLOS MOP features across a broad range of Common Lisp implementations.
|
2018-05-30 17:24:57 +00:00
|
|
|
SHA256 1bbvjkqjw17dgzy6spqqpdlarcxd0rchki769r43g5p5sghxlb6v URL
|
|
|
|
http://beta.quicklisp.org/archive/closer-mop/2018-04-30/closer-mop-20180430-git.tgz
|
|
|
|
MD5 7578c66d4d468a21de9c5cf065b8615f NAME closer-mop FILENAME closer-mop
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20180430-git SIBLINGS NIL PARASITES NIL) */
|