sites

public wiki contents of suckless.org
git clone git://git.suckless.org/sites
Log | Files | Refs

commit f2ea24a0d22f73c6d06808da81fcbfd618ad9ac0
parent 2e63ad8bce40b708c141f2aa845b8c94ea5f5424
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Fri, 20 Aug 2021 14:01:41 +0200

sucks: add BSD queue.h/tree.h to alternatives

Diffstat:
Msuckless.org/sucks/index.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/suckless.org/sucks/index.md b/suckless.org/sucks/index.md @@ -24,7 +24,8 @@ alternatives. that ["static linking is not supported"](https://bugzilla.gnome.org/show_bug.cgi?id=768215#c16). Alternatives: [libmowgli](https://github.com/atheme/libmowgli-2), - [libulz](https://github.com/rofl0r/libulz) + [libulz](https://github.com/rofl0r/libulz), + BSD [queue.h](https://man.openbsd.org/queue)/[tree.h](https://man.openbsd.org/tree) macros. * [GMP](http://gmplib.org/) - GNU's bignum/arbitrary precision library. Quite bloated, slow and [calls abort() on failed