Commits
Christoph Iserlohn authored b63db25cf5d
17 17 | license {MIT BSD} |
18 18 | maintainers {ciserlohn @ci42} openmaintainer |
19 19 | |
20 20 | description Evented I/O for V8 JavaScript |
21 21 | |
22 22 | long_description Node's goal is to provide an easy way to build scalable network programs in JavaScript. \ |
23 23 | Node is similar in design to and influenced by systems like Ruby's Event \ |
24 24 | Machine or Python's Twisted. Node takes the event model a bit further-it \ |
25 25 | presents the event loop as a language construct instead of as a library. |
26 26 | |
27 - | conflicts nodejs10 nodejs12 |
27 + | conflicts nodejs10 nodejs12 nodejs13 |
28 28 | |
29 29 | homepage https://nodejs.org/ |
30 30 | master_sites ${homepage}dist/v${version} |
31 31 | use_xz yes |
32 32 | |
33 33 | checksums rmd160 338ca2d4ac555bfce6e664305cba934e690cca97 \ |
34 34 | sha256 8c16b500ad74c1b1bde099996c287eeed5a4b2ab0efdf5d94d1d683cc2654ec3 \ |
35 35 | size 18531368 |
36 36 | |
37 37 | distname node-v${version} |