io-http 0.0.1

Set of I/O-free coroutines to manage HTTP streams
Documentation
1
2
3
4
5
6
{
  pimalaya ? import (fetchTarball "https://github.com/pimalaya/nix/archive/master.tar.gz"),
  ...
}@args:

pimalaya.mkShell (removeAttrs args [ "pimalaya" ] // { extraBuildInputs = "openssl,git-cliff"; })