2017-03-30 22:54:56 +02:00
|
|
|
args @ { fetchurl, ... }:
|
2019-10-10 09:38:35 +02:00
|
|
|
rec {
|
2017-03-30 22:54:56 +02:00
|
|
|
baseName = ''fast-http'';
|
2020-03-15 22:34:16 +01:00
|
|
|
version = ''20191007-git'';
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
description = ''A fast HTTP protocol parser in Common Lisp'';
|
|
|
|
|
2018-02-12 20:38:21 +01:00
|
|
|
deps = [ args."alexandria" args."babel" args."cl-utilities" args."flexi-streams" args."proc-parse" args."smart-buffer" args."trivial-features" args."trivial-gray-streams" args."xsubseq" ];
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-03-15 22:34:16 +01:00
|
|
|
url = ''http://beta.quicklisp.org/archive/fast-http/2019-10-07/fast-http-20191007-git.tgz'';
|
|
|
|
sha256 = ''00qnl56cfss2blm4pp03dwv84bmkyd0kbarhahclxbn8f7pgwf32'';
|
2017-03-30 22:54:56 +02:00
|
|
|
};
|
2017-08-31 02:22:51 +02:00
|
|
|
|
2017-06-21 22:15:07 +02:00
|
|
|
packageName = "fast-http";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["fast-http.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 22:54:56 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM fast-http DESCRIPTION A fast HTTP protocol parser in Common Lisp
|
2020-03-15 22:34:16 +01:00
|
|
|
SHA256 00qnl56cfss2blm4pp03dwv84bmkyd0kbarhahclxbn8f7pgwf32 URL
|
|
|
|
http://beta.quicklisp.org/archive/fast-http/2019-10-07/fast-http-20191007-git.tgz
|
|
|
|
MD5 fd43be4dd72fd9bda5a3ecce87104c97 NAME fast-http FILENAME fast-http DEPS
|
2017-08-31 02:22:51 +02:00
|
|
|
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
|
|
|
(NAME cl-utilities FILENAME cl-utilities)
|
2018-02-12 20:38:21 +01:00
|
|
|
(NAME flexi-streams FILENAME flexi-streams)
|
2017-08-31 02:22:51 +02:00
|
|
|
(NAME proc-parse FILENAME proc-parse)
|
2018-02-12 20:38:21 +01:00
|
|
|
(NAME smart-buffer FILENAME smart-buffer)
|
|
|
|
(NAME trivial-features FILENAME trivial-features)
|
|
|
|
(NAME trivial-gray-streams FILENAME trivial-gray-streams)
|
|
|
|
(NAME xsubseq FILENAME xsubseq))
|
2017-08-31 02:22:51 +02:00
|
|
|
DEPENDENCIES
|
2018-02-12 20:38:21 +01:00
|
|
|
(alexandria babel cl-utilities flexi-streams proc-parse smart-buffer
|
|
|
|
trivial-features trivial-gray-streams xsubseq)
|
2020-03-15 22:34:16 +01:00
|
|
|
VERSION 20191007-git SIBLINGS (fast-http-test) PARASITES NIL) */
|