SlackBuildsOrg/libraries/libr3/README
David Spencer cb46056158 libraries/libr3: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-05-18 20:46:19 +01:00

10 lines
361 B
Text

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