aboutsummaryrefslogtreecommitdiff
path: root/readme.org
diff options
context:
space:
mode:
authorwinter Sparkles2026-08-24 00:44:14 +0100
committerwinter Sparkles2026-08-24 00:51:59 +0100
commit3bf3455924006c8ea81d5f269d5307f97490c267 (patch)
tree05fc2bf74ce539dca8d4624573834905695095b8 /readme.org
initial commit we have 'expand::home'
Diffstat (limited to 'readme.org')
-rw-r--r--readme.org13
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.