sites

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

index.md (966B)


      1 libzahl
      2 =======
      3 `libzahl` is a library for arbitrary size integers, bigint.
      4 
      5 Download
      6 --------
      7 * [ISC License](//git.suckless.org/libzahl/plain/LICENSE)
      8 * [libzahl 1.0](//git.suckless.org/libzahl/snapshot/libzahl-1.0.tar.gz)
      9 
     10 Development
     11 -----------
     12 You can browse its [source code repository](//git.suckless.org/libzahl)
     13 or get a copy using git with the following command:
     14 
     15 	git clone https://git.suckless.org/libzahl
     16 
     17 Documentation
     18 -------------
     19 Apart from [the man pages](//git.suckless.org/libzahl/tree/man),
     20 `libzahl`'s repository also contains a
     21 [reference sheet](libzahl-refsheet.pdf) and a
     22 [reference manual](libzahl-refman.pdf).
     23 
     24 Support
     25 -------
     26 If you cannot find what you need in the man pages, the
     27 reference sheet, or the reference manual, the best way
     28 to get support is to contact
     29 [the author](//suckless.org/people/maandree) via
     30 e-mail.
     31 
     32 Papers
     33 ------
     34 * [Representing and working with almost none of the integers the suckless way](libzahl-paper-1.pdf)