套件: cl-chunga (20200403.gitcb333cd-1)
cl-chunga 的相關超連結
Trisquel 的資源:
下載原始碼套件 cl-chunga:
- [cl-chunga_20200403.gitcb333cd-1.dsc]
- [cl-chunga_20200403.gitcb333cd.orig.tar.xz]
- [cl-chunga_20200403.gitcb333cd-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Common Lisp Team (郵件存檔)
- Sébastien Villemot
外部的資源:
- 主頁 [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