NOTICE: This package has been removed from pkgsrc

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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 32.28 KB

Version history: (Expand)


CVS history: (Expand)


   2015-07-10 23:24:03 by Travis Paul | Files touched by this commit (5)
Log message:
Import sds-0.d86a9b8 as wip/sds.

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.