[ 原始碼: cl-chunga ]
套件:cl-chunga(20240918.git5cd13fe-1)
cl-chunga 的相關連結
Debian 的資源:
下載原始碼套件 cl-chunga:
- [cl-chunga_20240918.git5cd13fe-1.dsc]
- [cl-chunga_20240918.git5cd13fe.orig.tar.xz]
- [cl-chunga_20240918.git5cd13fe-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