2021-03-28 14:55:54 -07:00
|
|
|
/* Generated file. */
|
2017-03-30 13:54:56 -07:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 00:38:35 -07:00
|
|
|
rec {
|
2021-03-28 14:55:54 -07:00
|
|
|
baseName = "cl-ansi-text";
|
|
|
|
version = "20210124-git";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2021-03-28 14:55:54 -07:00
|
|
|
description = "ANSI control string characters, focused on color";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2020-10-24 03:53:25 -07:00
|
|
|
deps = [ args."alexandria" args."cl-colors2" args."cl-ppcre" ];
|
2017-03-30 13:54:56 -07:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-03-28 14:55:54 -07:00
|
|
|
url = "http://beta.quicklisp.org/archive/cl-ansi-text/2021-01-24/cl-ansi-text-20210124-git.tgz";
|
|
|
|
sha256 = "1l7slqk26xznfyn0zpp5l32v6xfpj4qj42h4x4ds5s1yncq306cm";
|
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 = "cl-ansi-text";
|
2017-03-30 13:54:56 -07:00
|
|
|
|
2017-08-30 17:22:51 -07:00
|
|
|
asdFilesToKeep = ["cl-ansi-text.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 13:54:56 -07:00
|
|
|
}
|
2017-08-30 17:22:51 -07:00
|
|
|
/* (SYSTEM cl-ansi-text DESCRIPTION
|
|
|
|
ANSI control string characters, focused on color SHA256
|
2021-03-28 05:38:38 -07:00
|
|
|
1l7slqk26xznfyn0zpp5l32v6xfpj4qj42h4x4ds5s1yncq306cm URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-ansi-text/2021-01-24/cl-ansi-text-20210124-git.tgz
|
|
|
|
MD5 76f54998b056919978737815468e31b6 NAME cl-ansi-text FILENAME
|
2017-08-30 17:22:51 -07:00
|
|
|
cl-ansi-text DEPS
|
2020-10-24 03:53:25 -07:00
|
|
|
((NAME alexandria FILENAME alexandria)
|
|
|
|
(NAME cl-colors2 FILENAME cl-colors2) (NAME cl-ppcre FILENAME cl-ppcre))
|
2021-03-28 05:38:38 -07:00
|
|
|
DEPENDENCIES (alexandria cl-colors2 cl-ppcre) VERSION 20210124-git SIBLINGS
|
2020-10-24 03:53:25 -07:00
|
|
|
(cl-ansi-text.test) PARASITES NIL) */
|