diff options
Diffstat (limited to 'src/boost/libs/winapi/meta')
-rw-r--r-- | src/boost/libs/winapi/meta/libraries.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/boost/libs/winapi/meta/libraries.json b/src/boost/libs/winapi/meta/libraries.json new file mode 100644 index 00000000..00817148 --- /dev/null +++ b/src/boost/libs/winapi/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "winapi", + "name": "WinAPI", + "status": "hidden", + "authors": [ + "Peter Dimov", + "Vicente J. Botet Escriba", + "Andrey Semashev" + ], + "description": "Windows API abstraction layer.", + "category": [ + "Miscellaneous" + ], + "maintainers": [ + "Andrey Semashev <andrey.semashev -at- gmail.com>" + ] +} |