1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: rapache
Section: httpd
Priority: optional
Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
Uploaders: Ondřej Surý <ondrej@debian.org>
Build-Depends: apache2-dev,
debhelper-compat (= 13),
dh-apache2,
libapreq2-dev,
libicu-dev,
r-base-core,
r-base-dev
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/r-pkg-team/rapache
Vcs-Git: https://salsa.debian.org/r-pkg-team/rapache.git
Homepage: https://jeffreyhorner.github.io/rapache
Rules-Requires-Root: no
Package: libapache2-mod-r-base
Architecture: any
Depends: r-base-core,
${misc:Depends},
${shlibs:Depends}
Description: server-side R integration with Apache 2
This package provides the R module that adds support for embedding
the R interpreter inside Apache 2 webserver.
|