19d897862e
This extension provides a fiber/coroutine implementation for nodejs. It also ships with a futures implementation that wraps existing nodejs async functions, allowing synchronous style code that handles exceptions properly and doesn't block the nodejs event loop. OK sthen@
21 lines
595 B
Plaintext
21 lines
595 B
Plaintext
$OpenBSD: patch-package_json,v 1.1.1.1 2012/04/03 18:46:03 jeremy Exp $
|
|
--- package.json.orig Wed Jan 4 21:24:45 2012
|
|
+++ package.json Sun Apr 1 19:33:55 2012
|
|
@@ -8,14 +8,14 @@
|
|
"author": "Marcel Laverdet <marcel@laverdet.com> (https://github.com/laverdet/)",
|
|
"main": "fibers",
|
|
"scripts": {
|
|
- "install": "make clean all"
|
|
+ "install": "gmake clean all"
|
|
},
|
|
"man": "./man/fibers.1",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/laverdet/node-fibers.git"
|
|
},
|
|
- "os": ["macos", "linux"],
|
|
+ "os": ["macos", "linux", "openbsd"],
|
|
"engines": {
|
|
"node": ">=0.5.2"
|
|
}
|