2021-03-28 14:55:54 -07:00
|
|
|
/* Generated file. */
|
2018-09-12 01:47:19 -07:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 00:38:35 -07:00
|
|
|
rec {
|
2021-03-28 14:55:54 -07:00
|
|
|
baseName = "closer-mop";
|
|
|
|
version = "20210228-git";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2021-03-28 14:55:54 -07: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.";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
|
|
|
deps = [ ];
|
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 14:55:54 -07:00
|
|
|
url = "http://beta.quicklisp.org/archive/closer-mop/2021-02-28/closer-mop-20210228-git.tgz";
|
|
|
|
sha256 = "0x3rp2v84zzw5mhcxrgbq2kcb9gs4jn1l9rh4ylsnih89l9lqc6i";
|
2017-03-30 13:54:56 -07:00
|
|
|
};
|
2017-08-30 17:22:51 -07:00
|
|
|
|
2017-06-21 13:15:07 -07:00
|
|
|
packageName = "closer-mop";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2017-08-30 17:22:51 -07:00
|
|
|
asdFilesToKeep = ["closer-mop.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 13:54:56 -07:00
|
|
|
}
|
2017-03-31 23:08:02 -07: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.
|
2021-03-28 05:38:38 -07:00
|
|
|
SHA256 0x3rp2v84zzw5mhcxrgbq2kcb9gs4jn1l9rh4ylsnih89l9lqc6i URL
|
|
|
|
http://beta.quicklisp.org/archive/closer-mop/2021-02-28/closer-mop-20210228-git.tgz
|
|
|
|
MD5 49c0004ff21157bc99f227cecf7b6025 NAME closer-mop FILENAME closer-mop
|
|
|
|
DEPS NIL DEPENDENCIES NIL VERSION 20210228-git SIBLINGS NIL PARASITES NIL) */
|