Ok I just tagged and published v0.0.1 of node-gyp on npm. Here is the repo: https://github.com/TooTallNate/node-gyp
Native addon devs, please try it out and begin migrating your module to using gyp. Let me know about your results!! On Fri, Feb 3, 2012 at 11:13 PM, rhdoenges <[email protected]> wrote: > I will contribute! > > On Feb 3, 2:53 pm, Nathan Rajlich <[email protected]> wrote: > > Just so that people aren't duplicating efforts, I have begun creating a > > `node-gyp` project as described earlier in this thread. I'll be working > on > > getting an initial version out by the end of this weekend that will > > hopefully be usable by everyone. > > > > I'll notify this thread as soon as I have something worthwhile to show. > > Cheers! > > > > > > > > > > > > > > > > On Fri, Feb 3, 2012 at 1:23 PM, Bradley Meck <[email protected]> > wrote: > > > Currently we have several modules that have to be built and coexist as > > > available for use from the same directory from multiple Node versions > > > (daemon and node-fork). Right now we have a install script and runtime > > > detection handling this, but it would be nice if package.json or > NODE_PATH > > > were a little cleaner and allowed us to specify what to pull at > specific > > > versions in instead of sharing the same compiled module filename for > > > multiple ABIs and forcing runtime detection. > > > > > -- > > > Job Board:http://jobs.nodejs.org/ > > > Posting guidelines: > > >https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > > > You received this message because you are subscribed to the Google > > > Groups "nodejs" group. > > > To post to this group, send email to [email protected] > > > To unsubscribe from this group, send email to > > > [email protected] > > > For more options, visit this group at > > >http://groups.google.com/group/nodejs?hl=en?hl=en > > -- > Job Board: http://jobs.nodejs.org/ > Posting guidelines: > https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines > You received this message because you are subscribed to the Google > Groups "nodejs" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/nodejs?hl=en?hl=en >
