Skip to content

Commit 4c3cfe6

Browse files
committed
doc: add gyp maintain info
1 parent 640fe94 commit 4c3cfe6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/n-api.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ the native addon.
162162

163163
[node-gyp][] is a build system based on Google's [GYP][] tool and comes
164164
bundled with npm. GYP, and therefore node-gyp, requires that Python be
165-
installed.
165+
installed. Currently gyp is maintained in [gyp-next][] by @nodejs/gyp team.
166166

167167
Historically, node-gyp has been the tool of choice for building native
168168
addons. It has widespread adoption and documentation. However, some
@@ -5986,6 +5986,7 @@ the add-on's file name during loading.
59865986
[Error handling]: #n_api_error_handling
59875987
[GCC]: https://gcc.gnu.org
59885988
[GYP]: https://gyp.gsrc.io
5989+
[gyp-next]: https://github.com/nodejs/gyp-next
59895990
[GitHub releases]: https://help.github.com/en/github/administering-a-repository/about-releases
59905991
[LLVM]: https://llvm.org
59915992
[Native Abstractions for Node.js]: https://github.com/nodejs/nan

0 commit comments

Comments
 (0)