* Package name : node-fibers Version : 2.0.0 Upstream Author : Marcel Laverdet * URL : https://notabug.org/themusicgod1/node-fibers * License : MIT Programming Lang: Javascript Description : Fiber/coroutine support for v8 and node Fibers, sometimes called coroutines, are a powerful tool which expose an API to jump between multiple call stacks from within a single thread. This can be useful to make code written for a synchronous library play nicely in an asynchronous environment.
Built a package that at least builds successfully on linux/amd64. It was a little finicky to get right because of node-gyp being involved..but it does seem to work: https://notabug.org/themusicgod1/node-fibers hopefully this helps Jeff Cliff