File: control

package info (click to toggle)
node-schlock 0.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 124 kB
  • ctags: 19
  • sloc: makefile: 2; sh: 2
file content (24 lines) | stat: -rw-r--r-- 771 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: node-schlock
Section: web
Priority: extra
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Thorsten Alteholz <debian@alteholz.de>
Build-Depends:
 debhelper (>= 9)
 , dh-buildinfo
 , nodejs
Standards-Version: 3.9.6
Homepage: http://github.com/e14n/schlock
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-schlock.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-javascript/node-schlock.git

Package: node-schlock
Architecture: all
Depends:
 ${misc:Depends}
 , nodejs
Description: Poorly-crafted in-process lock broker
 This is a poorly-crafted read-write lock system. It only works 
 in-process, and doesn't lock things between processes.
 .
 Node.js is an event-based server-side JavaScript engine.