diff options
Diffstat (limited to 'net/uriparser/pkg-descr')
-rw-r--r-- | net/uriparser/pkg-descr | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/uriparser/pkg-descr b/net/uriparser/pkg-descr index 962477d0533b..16d6df94d88c 100644 --- a/net/uriparser/pkg-descr +++ b/net/uriparser/pkg-descr @@ -1 +1,3 @@ -uriparser is an RFC 3986 URI parsing library written in C++. +uriparser is a strictly RFC 3986 compliant URI parsing and handling library +written in C89 ("ANSI C"). uriparser is cross-platform, fast, supports both +char and wchar_t |