nodejs 0.4.9-1ubuntu3 source package in Ubuntu

Changelog

nodejs (0.4.9-1ubuntu3) oneiric; urgency=low

  * 2007_remove_internet_test.patch: updated to remove more one test that needs
    internet connections (test-net-connect-timeout)
 -- Fabrice Coutadeur <email address hidden>   Thu, 30 Jun 2011 19:48:43 +0200

Upload details

Uploaded by:
Fabrice Coutadeur
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nodejs_0.4.9.orig.tar.gz 4.8 MiB f231ea6d19ea9ea4c7f8e7ff5061e7d301f1635bec7ed0ff1eef2512576ea442
nodejs_0.4.9-1ubuntu3.debian.tar.gz 31.9 KiB 3efaeab762f1df8950f3bfc181dfc2cc83936fef9ae3625f610e5a7554236dd7
nodejs_0.4.9-1ubuntu3.dsc 1.6 KiB 762b9f990f385023376854aa5d3a85e01ab6f2dc9cdddffeecb1b6ca27c99b93

Available diffs

View changes file

Binary packages built by this source

nodejs: Node.js event-based server-side javascript engine

 Node.js is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 It takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 Node.js is bundled with several useful libraries to handle server tasks :
 System, Events, Standard I/O, Modules, Timers, Child Processes, POSIX,
 HTTP, Multipart Parsing, TCP, DNS, Assert, Path, URL, Query Strings.

nodejs-dbg: No summary available for nodejs-dbg in ubuntu oneiric.

No description available for nodejs-dbg in ubuntu oneiric.

nodejs-dev: Development files for Node.js

 Node.js provides an event-based server-side javascript engine.
 .
 It is similar in design to and influenced by systems like
 Ruby's Event Machine or Python's Twisted.
 .
 Node.js takes the event model a bit further - it presents the event
 loop as a language construct instead of as a library.
 .
 This package is needed to build plugins.