diff options
author | Andre Barboza <bmg.andre@gmail.com> | 2017-04-06 09:50:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-06 21:03:15 +0700 |
commit | e5cad558f144fb59415fe5b2a89e391dc7c69f2d (patch) | |
tree | 590e8a1b337340ee1156da38daffea5cb0c58775 /libraries/libr3/slack-desc | |
parent | 36b2c6c7ea42fc05617c9342153d110fc8a0fff4 (diff) | |
download | slackbuilds-e5cad558f144fb59415fe5b2a89e391dc7c69f2d.tar.gz |
libraries/libr3: Added (high-performance path dispatching library).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libr3/slack-desc')
-rw-r--r-- | libraries/libr3/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libr3/slack-desc b/libraries/libr3/slack-desc new file mode 100644 index 0000000000..68c512443d --- /dev/null +++ b/libraries/libr3/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libr3: libr3 (high-performance path dispatching library) +libr3: +libr3: libr3 is a high-performance path dispatching library. It compiles +libr3: your route paths into a prefix tree (trie). By using the constructed +libr3: prefix trie in the start-up time, you may dispatch your routes with +libr3: efficiency. +libr3: +libr3: +libr3: +libr3: Homepage: https://github.com/c9s/r3 +libr3: |