]> git.lizzy.rs Git - asprintf.git/blobdiff - README.md
Add CMake config
[asprintf.git] / README.md
index 763e1a69e52f908d50f52aafe7bcfc1b534d7feb..41931467a64fbdf24b50291dc8f4bcabc7f70cd1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,9 +1,3 @@
-# Dragonport
-
-Dragonport is a small C library to provide portable implementations of some GNU or Linux only methods that [dragonblocks_alpha](https://github.com/dragonblocks/dragonblocks_alpha) depends on.
-It also includes methods that are technically in the POSIX standard, but are not implemented on some target platforms (or the target platforms only conform with an older standard, like Plan 9 APE).
-Where possible, dragonblocks will use an already existing library, this library is just a collection of code that is part of a bigger project that dragonblocks should not depend on or that is not compatible with dragonblocks without modifications.
-This library is only capable of what dragonblocks needs, and it does not intend to be general purpose.
-
-## Implementations
-* `asprintf.c`: Taken from [libressl-portable](https://github.com/libressl-portable/portable/blob/master/crypto/compat/bsd-asprintf.c).
+# Asprintf
+Provide a portable implementation of the asprintf GNU extension.
+Code taken from [libressl-portable](https://github.com/libressl-portable/portable/blob/master/crypto/compat/bsd-asprintf.c) with slight modifications.