nodejs 0.4.12-1ubuntu2 source package in Ubuntu

Changelog

nodejs (0.4.12-1ubuntu2) precise; urgency=low

  * This package is x86/arm only. Update control to match
 -- Ben Collins <email address hidden>   Thu, 19 Jan 2012 18:49:49 +0000

Upload details

Uploaded by:
Ben Collins
Uploaded to:
Precise
Original maintainer:
Debian Javascript Maintainers
Architectures:
any-i386 any-amd64 armel armhf
Section:
web
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
nodejs_0.4.12.orig.tar.gz 4.9 MiB 8a0fa039c5bde7cdd6d4df15242074774bf6f24cf8ed05128248ed069a9c249d
nodejs_0.4.12-1ubuntu2.debian.tar.gz 31.0 KiB 7e8c67bc38ff62655d008d9038667b1f3ec11ab16de8b6739258da128d3ebc25
nodejs_0.4.12-1ubuntu2.dsc 1.7 KiB 45a23b7be21a1d1ff876d80261e11434c391d4773df9cb321af75394af0e149d

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: Node.js event-based server-side javascript engine (debug)

 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.
 .
 This package contains the debugging symbols.

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.