slackbuilds/libraries/libr3
B. Watson 737ec8a2fd
libraries/libr3: Remove .la files.
Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-02-16 08:19:36 +07:00
..
README
libr3.SlackBuild libraries/libr3: Remove .la files. 2022-02-16 08:19:36 +07:00
libr3.info
slack-desc

README

R3 is an URL router library with high performance, thus, it's
implemented in C. It compiles your R3Route paths into a prefix
tree.

By using the prefix tree constructed in the start-up time, you
can dispatch the path to the controller with high efficiency.

Optional dependencies:
 - graphviz (rendering Routes With Graphviz)
   GRAPHVIZ=yes ./libr3.SlackBuild