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