summaryrefslogtreecommitdiffstats
path: root/share/doc/libc-str-len/readme
diff options
context:
space:
mode:
Diffstat (limited to 'share/doc/libc-str-len/readme')
-rw-r--r--share/doc/libc-str-len/readme57
1 files changed, 57 insertions, 0 deletions
diff --git a/share/doc/libc-str-len/readme b/share/doc/libc-str-len/readme
new file mode 100644
index 0000000..6c74a73
--- /dev/null
+++ b/share/doc/libc-str-len/readme
@@ -0,0 +1,57 @@
+Name
+ libc-str-len - C library; string length
+
+Synopsis
+ Simple and high-performance string library that allows chain-copying.
+
+Description
+ TODO.
+
+Files
+ CONTRIBUTING
+ Instructions for reporting bugs and contributing.
+
+ INSTALL
+ Instructions for installing the library.
+
+ README
+ Main information about the project and the repository.
+
+ Makefile, lib/*.mk
+ Build system.
+
+ LICENSES/*, share/licenses/*
+ Licenses in use by the project.
+
+ etc/*
+ Configuration files for (linter) programs called by the build system.
+
+ include/*
+ Header files.
+
+ share/doc/libc-str-len/*
+ Project documentation.
+
+ share/man/*
+ Manual pages.
+
+ share/pkgconfig/*
+ Package configuration file. See pc(5) and pkgconf(1).
+
+ src/*
+ Source code.
+
+Maintainers
+ Alejandro Colomar <alx@kernel.org> <http://www.alejandro-colomar.es/>
+
+Copyright
+ The API and trivial implementations are in the public domain.
+
+ This implementation is LGPL-3.0-or-later WITH LGPL-3.0-linking-exception
+
+See also
+ Cgit
+ <http://www.alejandro-colomar.es/src/alx/alx/libc-str-len.git>
+
+ Git
+ <git://www.alejandro-colomar.es/src/alx/alx/libc-str-len.git>