aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-01-03 17:33:31 +0800
committerRunxi Yu <me@runxiyu.org>2025-01-03 17:33:31 +0800
commita0646c7ed9c74984196fd2540802eb59f2b074b4 (patch)
treeb0c4a6d1e1ae2d9a8359972b7453a445f3f7804a /README.md
parentMap copy (diff)
downloadgo-lindenii-common-a0646c7ed9c74984196fd2540802eb59f2b074b4.tar.gz
go-lindenii-common-a0646c7ed9c74984196fd2540802eb59f2b074b4.tar.zst
go-lindenii-common-a0646c7ed9c74984196fd2540802eb59f2b074b4.zip
License and README
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..baf8554
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+# Common Go libraries for Lindenii projects
+
+# Ported/forked packages
+
+| Name | Description | Origin | License |
+| - | - | - | - |
+| scfg | Configuration parsing library | emersion | MIT |
+| cmap | Generic concurrent maps | Go | BSD-3-Clause |
+
+# Custom packages
+
+All custom packages are licensed under CC0-1.0.
+
+| Name | Description |
+| - | - |
+| misc | Misc functions |
+| clog | Logging utilities |