./devel/sds, Simple dynamic strings library for C

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.2, Package name: sds-2.2, Maintainer: micha

SDS is a string library for C designed to augment the limited libc string
handling functionalities by adding heap allocated strings that are:

* Simpler to use.
* Binary safe.
* Computationally more efficient.
* But yet... Compatible with normal C string functions.


Master sites:

Filesize: 32.28 KB

Version history: (Expand)


CVS history: (Expand)


   2023-01-27 11:30:49 by Michael Baeuerle | Files touched by this commit (7)
Log message:
devel/sds: Import version 2.2

SDS is a string library for C designed to augment the limited libc string
handling functionalities by adding heap allocated strings that are:

* Simpler to use.
* Binary safe.
* Computationally more efficient.
* But yet... Compatible with normal C string functions.