diff options
author | Audrius Kažukauskas <audrius@neutrino.lt> | 2010-07-01 01:38:54 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-07-01 01:38:54 -0500 |
commit | 10a709c2b0a748b613c3d07223ce77002f1f77e4 (patch) | |
tree | 907fc8342615c54f4633e4ced32ae7f23adebd37 /network/node/slack-desc | |
parent | ee82300714263ac96071cf800576c1e37ad6ef93 (diff) | |
download | slackbuilds-10a709c2b0a748b613c3d07223ce77002f1f77e4.tar.gz |
network/node: Added (JavaScript toolkit)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/node/slack-desc')
-rw-r--r-- | network/node/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/network/node/slack-desc b/network/node/slack-desc new file mode 100644 index 0000000000..69eb2a2ec0 --- /dev/null +++ b/network/node/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. Line +# up the first '|' above the ':' following the base package name, and the '|' +# on the right side marks the last column you can put a character in. You must +# make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':'. + + |-----handy-ruler------------------------------------------------------| +node: Node (Evented I/O for V8 JavaScript) +node: +node: Node is a toolkit for writing extremely high performance non-blocking +node: event driven network servers in JavaScript. Node is built on V8 +node: JavaScript engine. +node: +node: Homepage: http://nodejs.org/ +node: +node: +node: +node: |