2021-03-28 23:55:54 +02:00
|
|
|
/* Generated file. */
|
2019-09-10 21:47:20 +02:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
2021-03-28 23:55:54 +02:00
|
|
|
baseName = "str";
|
2021-10-20 16:30:31 +02:00
|
|
|
version = "cl-20210531-git";
|
2019-09-10 21:47:20 +02:00
|
|
|
|
2021-03-28 23:55:54 +02:00
|
|
|
description = "Modern, consistent and terse Common Lisp string manipulation library.";
|
2019-09-10 21:47:20 +02:00
|
|
|
|
2020-03-15 22:34:16 +01:00
|
|
|
deps = [ args."cl-change-case" args."cl-ppcre" args."cl-ppcre-unicode" args."cl-unicode" args."flexi-streams" ];
|
2019-09-10 21:47:20 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2021-10-20 16:30:31 +02:00
|
|
|
url = "http://beta.quicklisp.org/archive/cl-str/2021-05-31/cl-str-20210531-git.tgz";
|
|
|
|
sha256 = "16z1axfik0s2m74ly4bxlrv4mbd2r923y7nrrrc487fsjs3v23bb";
|
2019-09-10 21:47:20 +02:00
|
|
|
};
|
|
|
|
|
|
|
|
packageName = "str";
|
|
|
|
|
|
|
|
asdFilesToKeep = ["str.asd"];
|
|
|
|
overrides = x: x;
|
|
|
|
}
|
|
|
|
/* (SYSTEM str DESCRIPTION
|
|
|
|
Modern, consistent and terse Common Lisp string manipulation library.
|
2021-10-20 16:30:31 +02:00
|
|
|
SHA256 16z1axfik0s2m74ly4bxlrv4mbd2r923y7nrrrc487fsjs3v23bb URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-str/2021-05-31/cl-str-20210531-git.tgz
|
|
|
|
MD5 05144979ce1bf382fdb0b91db932fe6a NAME str FILENAME str DEPS
|
2020-03-15 22:34:16 +01:00
|
|
|
((NAME cl-change-case FILENAME cl-change-case)
|
|
|
|
(NAME cl-ppcre FILENAME cl-ppcre)
|
|
|
|
(NAME cl-ppcre-unicode FILENAME cl-ppcre-unicode)
|
|
|
|
(NAME cl-unicode FILENAME cl-unicode)
|
|
|
|
(NAME flexi-streams FILENAME flexi-streams))
|
|
|
|
DEPENDENCIES
|
|
|
|
(cl-change-case cl-ppcre cl-ppcre-unicode cl-unicode flexi-streams) VERSION
|
2021-10-20 16:30:31 +02:00
|
|
|
cl-20210531-git SIBLINGS (str.test) PARASITES NIL) */
|