summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2023-11-21 09:56:28 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2023-11-21 09:56:28 +0100
commit45e1231149779c363c9abb78cc09e21d047c463f (patch)
tree111b91a23e747bb2c9df60b0170914cbbd74dec3 /README.rst
parentd391e80c7378e6604c8f84538f27df8b915ebd2a (diff)
parent987942a206ef0f2342bf81d5de6432c6af42b7e7 (diff)
Update upstream source from tag 'upstream/4.17'
Update to upstream version '4.17' with Debian dir da192eda54f0b421cbc1b9ba383659593db8d3db
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.rst b/README.rst
deleted file mode 100644
index 3ac5e61..0000000
--- a/README.rst
+++ /dev/null
@@ -1,8 +0,0 @@
-libHX collects many useful day-to-day functions, intended to reduce the amount
-of otherwise repeatedly open-coded instructions.
-
-It has maps, deques, linked lists, string formatting and autoresizing, option
-and config file parsing, type checking casts (for C), directory traversal, etc.
-
-There is more documentation in the aptly-named directory ``doc``.
-The entrypoint is `doc/libHX_Documentation.rst <doc/libHX_Documentation.rst>`_.