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