summaryrefslogtreecommitdiffstats
path: root/libraries/canfigger/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/canfigger/README')
-rw-r--r--libraries/canfigger/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/libraries/canfigger/README b/libraries/canfigger/README
new file mode 100644
index 0000000000..65938ae5e4
--- /dev/null
+++ b/libraries/canfigger/README
@@ -0,0 +1,10 @@
+# canfigger
+
+Canfigger is a lightweight C language library designed to parse
+configuration files. It provides functionality to read them and
+represent their contents as a linked list of key-value pairs, along
+with associated attributes for each pair.
+
+website: https://github.com/andy5995/canfigger/
+
+See README.md on the GitHub repo for more info and examples.