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: nodeenv
Section: utils
Priority: extra
Maintainer: Chris Kuehl <ckuehl@ocf.berkeley.edu>
Build-Depends: debhelper (>= 9),
dh-python,
python3-all,
python3-pkg-resources,
python3-pkginfo,
python3-setuptools
Standards-Version: 3.9.6
Vcs-Git: https://github.com/chriskuehl/nodeenv.git
Vcs-Browser: https://github.com/chriskuehl/nodeenv
Homepage: https://ekalinin.github.io/nodeenv/
Package: nodeenv
Architecture: all
Depends: python3-pkg-resources, ${misc:Depends}, ${python3:Depends}, make,
gcc (>= 4:4.9.1) | nodejs, g++ (>= 4:4.9.1) | nodejs, libssl-dev | nodejs, python2.7 | nodejs
Description: Node.js virtual environment builder
Tool to create isolated node.js environments with their own installation
directories that don't share libraries with other node.js virtual
environments, similar to a Python virtualenv.
.
These environments can be integrated with ones created by Python's virtualenv.
|