File: control

package info (click to toggle)
node-hashish 0.0.4%2Bgit34dfe43-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: javascript: 518; makefile: 2
file content (25 lines) | stat: -rw-r--r-- 935 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
Source: node-hashish
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <roucaries.bastien+debian@gmail.com>
Build-Depends: debhelper-compat (= 13)
 , dh-sequence-nodejs
 , node-traverse <!nocheck>
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/js-team/node-hashish
Vcs-Git: https://salsa.debian.org/js-team/node-hashish.git
Homepage: https://github.com/substack/node-hashish/
Testsuite: autopkgtest-pkg-nodejs
Rules-Requires-Root: no

Package: node-hashish
Architecture: all
Depends: ${misc:Depends}
 , node-traverse
Description: manipulate hash data structures in Node.js
 Hashish is a Node.js library for manipulating hash data structures. It is
 distilled from the finest that ruby, perl, and haskell have to offer by way of
 hash/map interfaces.
 .
 Node.js is an event-based server-side JavaScript engine.