Commits
Christoph Iserlohn authored c2c63b8e6b4
11 11 | license {MIT BSD} |
12 12 | maintainers {ciserlohn @ci42} |
13 13 | |
14 14 | description Evented I/O for V8 JavaScript |
15 15 | |
16 16 | long_description Node's goal is to provide an easy way to build scalable network programs in JavaScript. \ |
17 17 | Node is similar in design to and influenced by systems like Ruby's Event \ |
18 18 | Machine or Python's Twisted. Node takes the event model a bit further-it \ |
19 19 | presents the event loop as a language construct instead of as a library. |
20 20 | |
21 - | conflicts nodejs5 nodejs6 nodejs7 nodejs8 |
21 + | conflicts nodejs5 nodejs6 nodejs7 nodejs8 nodejs9 |
22 22 | |
23 23 | homepage http://nodejs.org/ |
24 24 | master_sites ${homepage}dist/v${version} |
25 25 | use_xz yes |
26 26 | |
27 27 | checksums rmd160 6df588d6e12a1a1998c55b91b4d2e58d75194c5f \ |
28 28 | sha256 a48aeefc2b4fae0ea6410a8045ca106af244223012eab003bd5cb00aa3b50d53 |
29 29 | |
30 30 | distname node-v${version} |
31 31 | |