commit: 92abc5aef90a36f1c27f3801cfca9873712bed1b
parent 626918226fa7acf274bb56e9592001f15ae7927a
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date: Sat, 18 Oct 2025 15:25:51 +0200
README.md: add
Diffstat:
1 file changed, 20 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
@@ -0,0 +1,20 @@
+# utils-cidr: utilities to manipulate CIDR ip-ranges
+
+Web-view of the manpages: https://hacktivis.me/git/utils-cidr.mdoc/
+
+## Utilities
+
+* `cidr2list` - expand cidr ranges into a list
+
+## Dependencies
+
+- POSIX utilities
+- C99 Compiler (gcc, clang, tcc, ...)
+- POSIX.1-2024 make (GNU Make, BSD Make, pdpmake, ...)
+
+---
+
+```
+Copyright © 2025 Haelwenn (lanodan) Monnier <contact+utils-cidr@hacktivis.me>
+SPDX-License-Identifier: MPL-2.0
+```