2021-03-28 22:55:54 +01:00
|
|
|
/* Generated file. */
|
2017-03-26 03:15:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2021-03-28 22:55:54 +01:00
|
|
|
baseName = "clx";
|
|
|
|
version = "20200715-git";
|
2018-02-12 19:38:21 +00:00
|
|
|
|
|
|
|
parasites = [ "clx/test" ];
|
2017-03-26 03:15:42 +01:00
|
|
|
|
2021-03-28 22:55:54 +01:00
|
|
|
description = "An implementation of the X Window System protocol in Lisp.";
|
2017-03-26 03:15:42 +01:00
|
|
|
|
2018-02-12 19:38:21 +00:00
|
|
|
deps = [ args."fiasco" ];
|
2017-03-26 03:15:42 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 22:55:54 +01:00
|
|
|
url = "http://beta.quicklisp.org/archive/clx/2020-07-15/clx-20200715-git.tgz";
|
|
|
|
sha256 = "1fvx6m3imvkkd0z5a3jmm2v6mkrndwsidhykrs229rqx343zg8ra";
|
2017-03-26 03:15:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "clx";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["clx.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-26 03:15:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM clx DESCRIPTION
|
|
|
|
An implementation of the X Window System protocol in Lisp. SHA256
|
2020-10-24 11:53:25 +01:00
|
|
|
1fvx6m3imvkkd0z5a3jmm2v6mkrndwsidhykrs229rqx343zg8ra URL
|
|
|
|
http://beta.quicklisp.org/archive/clx/2020-07-15/clx-20200715-git.tgz MD5
|
|
|
|
c0e08c88e78587bdbbbea188848dc39d NAME clx FILENAME clx DEPS
|
|
|
|
((NAME fiasco FILENAME fiasco)) DEPENDENCIES (fiasco) VERSION 20200715-git
|
2018-02-12 19:38:21 +00:00
|
|
|
SIBLINGS NIL PARASITES (clx/test)) */
|