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 = ''woo'';
|
2020-10-24 12:53:25 +02:00
|
|
|
version = ''20200427-git'';
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
description = ''An asynchronous HTTP server written in Common Lisp'';
|
|
|
|
|
2019-01-31 07:21:01 +01:00
|
|
|
deps = [ args."alexandria" args."babel" args."bordeaux-threads" args."cffi" args."cffi-grovel" args."cffi-toolchain" args."cl-utilities" args."clack-socket" args."fast-http" args."fast-io" args."flexi-streams" args."lev" args."proc-parse" args."quri" args."smart-buffer" args."split-sequence" args."static-vectors" args."swap-bytes" args."trivial-features" args."trivial-gray-streams" args."trivial-utf-8" args."vom" args."xsubseq" ];
|
2017-03-30 22:54:56 +02:00
|
|
|
|
|
|
|
src = fetchurl {
|
2020-10-24 12:53:25 +02:00
|
|
|
url = ''http://beta.quicklisp.org/archive/woo/2020-04-27/woo-20200427-git.tgz'';
|
|
|
|
sha256 = ''1mmgwgf9n74zab96x1n4faij30l2vk19xy74fcp0xnpj4lrp7v29'';
|
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 = "woo";
|
2017-03-30 22:54:56 +02:00
|
|
|
|
2017-08-31 02:22:51 +02:00
|
|
|
asdFilesToKeep = ["woo.asd"];
|
|
|
|
overrides = x: x;
|
2017-03-30 22:54:56 +02:00
|
|
|
}
|
2017-08-31 02:22:51 +02:00
|
|
|
/* (SYSTEM woo DESCRIPTION An asynchronous HTTP server written in Common Lisp
|
2020-10-24 12:53:25 +02:00
|
|
|
SHA256 1mmgwgf9n74zab96x1n4faij30l2vk19xy74fcp0xnpj4lrp7v29 URL
|
|
|
|
http://beta.quicklisp.org/archive/woo/2020-04-27/woo-20200427-git.tgz MD5
|
|
|
|
9bbd96692e37dd61195f8bd57a654c65 NAME woo FILENAME woo DEPS
|
2017-08-31 02:22:51 +02:00
|
|
|
((NAME alexandria FILENAME alexandria) (NAME babel FILENAME babel)
|
|
|
|
(NAME bordeaux-threads FILENAME bordeaux-threads)
|
|
|
|
(NAME cffi FILENAME cffi) (NAME cffi-grovel FILENAME cffi-grovel)
|
2018-05-30 19:24:57 +02:00
|
|
|
(NAME cffi-toolchain FILENAME cffi-toolchain)
|
2017-08-31 02:22:51 +02:00
|
|
|
(NAME cl-utilities FILENAME cl-utilities)
|
|
|
|
(NAME clack-socket FILENAME clack-socket)
|
|
|
|
(NAME fast-http FILENAME fast-http) (NAME fast-io FILENAME fast-io)
|
|
|
|
(NAME flexi-streams FILENAME flexi-streams) (NAME lev FILENAME lev)
|
|
|
|
(NAME proc-parse FILENAME proc-parse) (NAME quri FILENAME quri)
|
|
|
|
(NAME smart-buffer FILENAME smart-buffer)
|
|
|
|
(NAME split-sequence FILENAME split-sequence)
|
|
|
|
(NAME static-vectors FILENAME static-vectors)
|
|
|
|
(NAME swap-bytes FILENAME swap-bytes)
|
|
|
|
(NAME trivial-features FILENAME trivial-features)
|
|
|
|
(NAME trivial-gray-streams FILENAME trivial-gray-streams)
|
2019-01-31 07:21:01 +01:00
|
|
|
(NAME trivial-utf-8 FILENAME trivial-utf-8) (NAME vom FILENAME vom)
|
|
|
|
(NAME xsubseq FILENAME xsubseq))
|
2017-08-01 04:34:01 +02:00
|
|
|
DEPENDENCIES
|
2018-05-30 19:24:57 +02:00
|
|
|
(alexandria babel bordeaux-threads cffi cffi-grovel cffi-toolchain
|
|
|
|
cl-utilities clack-socket fast-http fast-io flexi-streams lev proc-parse
|
|
|
|
quri smart-buffer split-sequence static-vectors swap-bytes
|
2019-01-31 07:21:01 +01:00
|
|
|
trivial-features trivial-gray-streams trivial-utf-8 vom xsubseq)
|
2020-10-24 12:53:25 +02:00
|
|
|
VERSION 20200427-git SIBLINGS (clack-handler-woo woo-test) PARASITES NIL) */
|