summaryrefslogtreecommitdiffstats
path: root/rules/ustr.in
blob: 60cfe89f8dc6e50ec181c18906d3ce21e5f6f438 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## SECTION=staging
## old section:
### SECTION=system_libraries

config USTR
	tristate
	prompt "ustr"
	help
	  ustr (Micro string library) is a string API for C. It has tiny overhead over
	  just plain strdup(), is much safer, is easier to use, is faster for many
	  operations, can be used with read-only or automatically allocated data.

	  STAGING: remove in PTXdist 2021.07.0
	  No new versions since 2008, and fails to download.