2017-03-30 21:54:56 +01:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 08:38:35 +01:00
|
|
|
rec {
|
2017-03-30 21:54:56 +01:00
|
|
|
baseName = ''proc-parse'';
|
|
|
|
version = ''20160318-git'';
|
|
|
|
|
|
|
|
description = ''Procedural vector parser'';
|
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
deps = [ args."alexandria" args."babel" args."trivial-features" ];
|
2017-03-30 21:54:56 +01:00
|
|
|
|
|
|
|
src = fetchurl {
|
|
|
|
url = ''http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz'';
|
|
|
|
sha256 = ''00261w269w9chg6r3sh8hg8994njbsai1g3zni0whm2dzxxq6rnl'';
|
|
|
|
};
|
2017-08-31 01:22:51 +01:00
|
|
|
|
2017-06-21 21:15:07 +01:00
|
|
|
packageName = "proc-parse";
|
2017-03-30 21:54:56 +01:00
|
|
|
|
2017-08-31 01:22:51 +01:00
|
|
|
asdFilesToKeep = ["proc-parse.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 21:54:56 +01:00
|
|
|
}
|
2017-08-31 01:22:51 +01:00
|
|
|
/* (SYSTEM proc-parse DESCRIPTION Procedural vector parser SHA256
|
|
|
|
00261w269w9chg6r3sh8hg8994njbsai1g3zni0whm2dzxxq6rnl URL
|
|
|
|
http://beta.quicklisp.org/archive/proc-parse/2016-03-18/proc-parse-20160318-git.tgz
|
|
|
|
MD5 5e43f50284fa70c448a3df12d1eea2ea NAME proc-parse FILENAME proc-parse
|
|
|
|
DEPS
|
|
|
|
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
|
|
|
(NAME trivial-features FILENAME trivial-features))
|
|
|
|
DEPENDENCIES (alexandria babel trivial-features) VERSION 20160318-git
|
|
|
|
SIBLINGS (proc-parse-test) PARASITES NIL) */
|