Alan-FGR / minBND

minBND is a C# to C++ bindings generator powered by Clang. This repository currently contains common API documentation for libraries that use minBND (docs.md)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Where is the minBND source?

We regretfully inform that the source of the minBND generator isn't currently publicly available.

Using the public minBND documentation in your project

We recommend that you use the public minBND docs in your bindings documentation. The latest documentation will always be available in markdown (extra flavor) at https://raw.githubusercontent.com/Alan-FGR/minBND/master/docs.md. Feel free to parse that file directly, or point your users either to the GitHub link here, or this link which renders the markdown in the client browser.

Documentation License

The documentation here is licensed under the public domain / unlicense:

This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

Generated Code License

The code generated by minBND is entirely property of the entity who generated it using the minBND tool and thus is subject to their licensing conditions.

About

minBND is a C# to C++ bindings generator powered by Clang. This repository currently contains common API documentation for libraries that use minBND (docs.md)


Languages

Language:HTML 100.0%