[Pkg-javascript-commits] [node-amdefine] 02/02: Rewrite descriptions (short and long)

Jérémy Lal kapouer at moszumanska.debian.org
Fri May 2 14:42:12 UTC 2014


This is an automated email from the git hooks/post-receive script.

kapouer pushed a commit to branch master
in repository node-amdefine.

commit b2030de4c7e425aa67ba0a7f8f8997c89224402f
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri May 2 16:42:05 2014 +0200

    Rewrite descriptions (short and long)
---
 debian/control | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 57f16ca..93d0bfa 100644
--- a/debian/control
+++ b/debian/control
@@ -17,9 +17,10 @@ Architecture: all
 Depends:
  ${misc:Depends}
  , nodejs
-Description: AMD's define() API for declaring modules in the AMD format
- A module that can be used to implement AMD's define() in Node.js.
- This allows you to code to the AMD API and have the module work
- in node programs without requiring those other programs to use AMD.
+Description: Asynchronous Module Definition (AMD) for Node.js
+ This module implements the AMD "define" API by wrapping Node.js
+ module loading mechanism, and has some limitations:
+ * modules are loaded synchronously
+ * loader plugins API is partially implemented
  .
  Node.js is an event-based server-side JavaScript engine.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-amdefine.git



More information about the Pkg-javascript-commits mailing list