slackbuilds_ponce/libraries/libcoap/README
B. Watson 49f2d0f9fe libraries/libcoap: Make API docs optional.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-04-18 12:47:43 -04:00

9 lines
475 B
Text

libcoap implements a lightweight application-protocol for devices
that are constrained in their resources such as computing power,
RF range, memory, bandwith, or network packet sizes.
This protocol, CoAP, was standardized in the IETF as RFC 7252.
By default, the API documentation is not built, as it's rather
resource-intensive, and not required unless you're a developer. If
you need the API docs, install graphviz, then run this build with
APIDOC=yes in the environment.