Skip to content

Commit 99a287f

Browse files
committed
doc: add Addon API WG
1 parent a0d32ff commit 99a287f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

WORKING_GROUPS.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,31 @@ Their responsibilities are:
177177
The current members can be found in their
178178
[README](https://github.com/iojs/roadmap#people).
179179

180+
### Addon API
181+
182+
The Addon API Working Group is responsible for maintaining the NAN project and
183+
corresponding _nan_ package in npm. The NAN project makes available an
184+
abstraction layer for native add-on authors for both Node.js and io.js,
185+
assisting in the writing of code that is compatible with many actively used
186+
versions of Node.js, io.js, V8 and libuv.
187+
188+
Their responsibilities are:
189+
190+
* Maintaining the [NAN](https://github.com/rvagg/nan) GitHub repository,
191+
including code, issues and documentation.
192+
* Maintaining the [addon-examples](https://github.com/rvagg/node-addon-examples)
193+
GitHub repository, including code, issues and documentation.
194+
* Maintaining the C++ Addon API within the io.js project, in subordination to
195+
the io.js TC.
196+
* Maintaining the Addon documentation within the io.js project, in
197+
subordination to the io.js TC.
198+
* Maintaining the _nan_ package in npm, releasing new versions as appropriate.
199+
* Messaging about the future of the io.js and NAN interface to give the
200+
community advance notice of changes.
201+
202+
The current members can be found in their
203+
[README](https://github.com/rvagg/nan#collaborators).
204+
180205
## Starting a WG
181206

182207
A Working Group is established by first defining a charter that can be

0 commit comments

Comments
 (0)