Files in the top-level directory from the latest check-in
- .fossil-settings
- tests
- COPYING
- decl.h
- init.c
- int.c
- int.h
- Makefile
- README.md
janet-precise
This Janet module is a binding for GMP, the GNU multiple precision arithmetic library.
Installation
This library depends on Janet and GMP (obviously), and can be built using make(1p) and a C99 compiler. To install it under a prefix,
make install PREFIX=$prefix
Hacking
Tests use spork/test and are run with make check.
Copying
This module is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.