2017-04-06 17:43:42 +01:00
|
|
|
args @ { fetchurl, ... }:
|
|
|
|
rec {
|
|
|
|
baseName = ''cl-ppcre-unicode'';
|
2018-02-12 19:38:21 +00:00
|
|
|
version = ''cl-ppcre-20171227-git'';
|
2017-04-06 17:43:42 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
parasites = [ "cl-ppcre-unicode-test" ];
|
|
|
|
|
2017-04-06 17:43:42 +01:00
|
|
|
description = ''Perl-compatible regular expression library (Unicode)'';
|
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
deps = [ args."cl-ppcre" args."cl-ppcre-test" args."cl-unicode" args."flexi-streams" ];
|
2017-04-06 17:43:42 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
2018-02-12 19:38:21 +00:00
|
|
|
url = ''http://beta.quicklisp.org/archive/cl-ppcre/2017-12-27/cl-ppcre-20171227-git.tgz'';
|
|
|
|
sha256 = ''0vdic9kxjslplafh6d00m7mab38hw09ps2sxxbg3adciwvspvmw4'';
|
2017-04-06 17:43:42 +01:00
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "cl-ppcre-unicode";
|
2017-04-06 17:43:42 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["cl-ppcre-unicode.asd"];
|
|
|
|
overrides = x: x;
|
2017-04-06 17:43:42 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM cl-ppcre-unicode DESCRIPTION
|
|
|
|
Perl-compatible regular expression library (Unicode) SHA256
|
2018-02-12 19:38:21 +00:00
|
|
|
0vdic9kxjslplafh6d00m7mab38hw09ps2sxxbg3adciwvspvmw4 URL
|
|
|
|
http://beta.quicklisp.org/archive/cl-ppcre/2017-12-27/cl-ppcre-20171227-git.tgz
|
|
|
|
MD5 9d8ce62ef1a71a5e1e144a31be698d8c NAME cl-ppcre-unicode FILENAME
|
2017-08-31 01:22:51 +01:00
|
|
|
cl-ppcre-unicode DEPS
|
|
|
|
((NAME cl-ppcre FILENAME cl-ppcre)
|
|
|
|
(NAME cl-ppcre-test FILENAME cl-ppcre-test)
|
|
|
|
(NAME cl-unicode FILENAME cl-unicode)
|
|
|
|
(NAME flexi-streams FILENAME flexi-streams))
|
|
|
|
DEPENDENCIES (cl-ppcre cl-ppcre-test cl-unicode flexi-streams) VERSION
|
2018-02-12 19:38:21 +00:00
|
|
|
cl-ppcre-20171227-git SIBLINGS (cl-ppcre) PARASITES (cl-ppcre-unicode-test)) */
|