File: control

package info (click to toggle)
node-livescript 1.6.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 672 kB
  • sloc: makefile: 45
file content (34 lines) | stat: -rw-r--r-- 1,164 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
33
34
Source: node-livescript
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , help2man
 , jison
 , livescript
 , node-source-map-support
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/js-team/node-livescript
Vcs-Git: https://salsa.debian.org/js-team/node-livescript.git
Homepage: https://livescript.net
Rules-Requires-Root: no

Package: livescript
Architecture: all
Depends: ${misc:Depends}
 , node-optionator
 , node-prelude-ls
 , node-source-map (>= 0.6.1~)
 , node-source-map-support (>= 0.5.6~)
 , nodejs
Provides: node-livescript
Description: language which compiles to JavaScript
 It has a straightforward mapping to JavaScript and allows you to write
 expressive code devoid of repetitive boilerplate. While LiveScript adds many
 features to assist in functional style programming, it also has many
 improvements for object oriented and imperative programming.
 .
 Node.js is an event-based server-side JavaScript engine.