ports/devel/bstring/pkg-descr
Daniel Engberg 6a646e0d9f devel/bstring: Convert to meson
* Add a test target
* Fix up the comment and description
* Assign manintainership to diizzy

PR:		288719
2025-08-07 16:04:23 -04:00

3 lines
148 B
Plaintext

The Better String Library is an abstraction of a string data type which is
superior to the C library char buffer string type, or C++'s std::string.