File: control

package info (click to toggle)
node-shiny-server-client 1.2.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 856 kB
  • sloc: javascript: 5,420; makefile: 28; sh: 5
file content (32 lines) | stat: -rw-r--r-- 1,251 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
29
30
31
32
Source: node-shiny-server-client
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Andreas Tille <tille@debian.org>, Nilesh Patra <nilesh@debian.org>
Section: javascript
Priority: optional
Build-Depends: chai
 , debhelper-compat (= 13)
 , dh-sequence-nodejs
 , mocha <!nocheck>
 , node-pinkyswear <!nocheck>
 , terser
Standards-Version: 4.6.0
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
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-shiny-server-client
Architecture: all
Depends: ${misc:Depends}
 , node-inherits
 , node-pinkyswear
 , nodejs
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.