2014-06-11 23:04:17 -04:00
|
|
|
Source: libr3
|
|
|
|
Priority: optional
|
|
|
|
Maintainer: Ronmi Ren <ronmi.ren@gmail.com>
|
2014-06-12 01:39:51 -04:00
|
|
|
Build-Depends: debhelper (>= 8.0.0), automake, autotools-dev, autoconf,
|
|
|
|
libtool, libpcre3-dev, pkg-config, check
|
2014-06-11 23:04:17 -04:00
|
|
|
Standards-Version: 3.9.4
|
|
|
|
Section: libs
|
|
|
|
Homepage: https://github.com/c9s/r3
|
|
|
|
|
|
|
|
Package: libr3-dev
|
|
|
|
Section: libdevel
|
|
|
|
Architecture: any
|
|
|
|
Depends: libr3 (= ${binary:Version})
|
|
|
|
Description: Development files for libr3
|
|
|
|
libr3 (https://github.com/c9s/r3) is an URL router library with high
|
2015-11-18 01:16:26 -05:00
|
|
|
performance, thus, it's implemented in C. It compiles your R3Route paths into
|
2014-06-11 23:04:17 -04:00
|
|
|
a prefix trie.
|
|
|
|
.
|
|
|
|
This package contains header files for libr3.
|
|
|
|
|
|
|
|
Package: libr3
|
|
|
|
Section: libs
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Description: High performance URL routing library written in C.
|
|
|
|
libr3 (https://github.com/c9s/r3) is an URL router library with high
|
2015-11-18 01:16:26 -05:00
|
|
|
performance, thus, it's implemented in C. It compiles your R3Route paths into
|
2014-06-11 23:04:17 -04:00
|
|
|
a prefix trie.
|