blob: bff74da06f898eb3725ef34a8eeeb01d190d9b44 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
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.
|