[ 源代码: cl-chunga ]
软件包:cl-chunga(20220222.git7836609-1)
cl-chunga 的相关链接
Debian 的资源:
下载源码包 cl-chunga:
- [cl-chunga_20220222.git7836609-1.dsc]
- [cl-chunga_20220222.git7836609.orig.tar.xz]
- [cl-chunga_20220222.git7836609-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [edicl.github.io]
相似软件包:
Portable chunked streams for Common Lisp
Chunga implements streams capable of chunked encoding on demand as defined in RFC 2616. For an example of how these streams can be used see cl-drakma.
The library needs a Common Lisp implementation that supports Gray streams and relies on David Lichteblau's trivial-gray-streams to offer portability between different Lisps.
Chunga is currently not optimized towards performance - it is rather intended to be easy to use and (if possible) to behave correctly.
其他与 cl-chunga 有关的软件包
|
|
|
|
-
- dep: cl-trivial-gray-streams
- thin compatibility layer for Common Lisp gray streams