File: control

package info (click to toggle)
node-shiny-server-client 1.0.0%2Bgit20180820.eba5e90%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 568 kB
  • sloc: makefile: 29; sh: 5
file content (28 lines) | stat: -rw-r--r-- 1,165 bytes parent folder | download
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
27
28
Source: node-shiny-server-client
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>
Section: javascript
Priority: optional
Build-Depends: debhelper (>= 11~),
               dh-buildinfo,
               nodejs,
               node-uglify
Standards-Version: 4.2.1
Vcs-Browser: https://salsa.debian.org/science-team/node-shiny-server-client
Vcs-Git: https://salsa.debian.org/science-team/node-shiny-server-client.git
Homepage: https://github.com/rstudio/shiny-server-client

Package: node-shiny-server-client
Architecture: all
Depends: ${misc:Depends},
         nodejs,
         node-inherits,
         node-pinkyswear
Description: browser library for connecting to Shiny Server
 This Node.js package provides unified client code for Shiny Server, Shiny
 Server Pro, and RStudio Connect. Previously, each server product had its own
 version of this code with slight differences. This package provides the
 superset of functionality needed by the different products, and runtime
 options determine what features to enable.
 .
 Node.js is an event-based server-side JavaScript engine.