about summary refs log tree commit diff
path: root/pkgs/profpatsch/netencode/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* pkgs/profpatsch: adjust exec stuff to new skalibsProfpatsch2021-02-051-2/+1
| | | | | | | | | | | skarnet thought it would be wise to completely change the skalibs exec function interface without any backwards compat, so here we are. Have to reverse the code a bit, because `xmexec0` is a recursive `#define` pointing to `xmexec0_af`. `record-get` gets a rust treatment, it doesn’t really need the C interface just to exec into prog.
* pkgs/profpatsch: move record-get to netencodeProfpatsch2020-07-061-1/+10
|
* pkgs/profpatsch/netencode: add support for boolProfpatsch2020-06-221-2/+2
| | | | | Instead of adding a new type, it just uses the 2^1 natural, which has exactly two possibilities.
* pkgs/profpatsch: rename encode to netencodeProfpatsch2020-06-061-0/+42
Less generic, has the spirit of “netstrings, but extended to a structured encoding format”.