sites

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

commit 595c4de46bc5c8a6eeaf4c92636c8aebd5df55e1
parent 632217673c98c05629e658e13bcad53f68d58b61
Author: Mattias Andrée <maandree@kth.se>
Date:   Mon, 13 Jun 2016 13:40:43 +0200

Add libs.suckless.org/libzahl

Signed-off-by: Mattias Andrée <maandree@kth.se>

Diffstat:
Mlibs.suckless.org/_werc/config | 2+-
Alibs.suckless.org/libzahl.md | 23+++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletion(-)

diff --git a/libs.suckless.org/_werc/config b/libs.suckless.org/_werc/config @@ -1,2 +1,2 @@ siteTitle='suckless.org' -siteSubtitle='deprecated libraries' +siteSubtitle='libraries' diff --git a/libs.suckless.org/libzahl.md b/libs.suckless.org/libzahl.md @@ -0,0 +1,23 @@ +libzahl +======= +`libzahl` is a library for arbitrary size integers, bitint. + +Download +-------- +* [ISC License](http://git.suckless.org/libzahl/plain/LICENSE) +* [libzahl 1.0](http://git.suckless.org/libzahl/snapshot/libzahl-1.0.tar.gz) + +Development +----------- +You can browse its [source code repository](http://git.suckless.org/libzahl) +or get a copy using git with the following command: + +git clone http://git.suckless.org/libzahl + +Support +------- +If you cannot find what you need in the man pages, the +reference sheet, or the reference manual, the best why +to get support is to contact +[the author](http://suckless.org/people/maandree) via +e-mail.