Path to this page:
./
devel/sds,
Simple dynamic strings library for C
Branch: CURRENT,
Version: 2.2,
Package name: sds-2.2,
Maintainer: michaSDS 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)
- (2023-01-27) Package added to pkgsrc.se, version sds-2.2 (created)
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.
|