diff options
Diffstat (limited to 'readme.org')
| -rw-r--r-- | readme.org | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.org b/readme.org new file mode 100644 index 0000000..bff74da --- /dev/null +++ b/readme.org @@ -0,0 +1,13 @@ +#+title: lettuce +#+author: winter Sparkles + +"lettuce" is a collection of generally useful routines for hare programmes. or, +you can think of it as extra stuff i would put in the standard library if i was +in charge of the standard library. + +as with any hare module, consult haredoc for documentation (or just read the +comments next to each function in the source code). + +* installation +the usual incantation: =./configure=, =doas make install=. =make check= runs +tests. |
