[ ソース: 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