-
Couldn't load subscription status.
- Fork 35
Description
1. General Information
Project Names: ClangSharp and LLVMSharp
License: University of Illinois/NCSA Open Source License
Contributor (Company, Organization or individual name(s)): Microsoft
Existing OSS Project? (Yes/No): Yes
Source Code URL: https://github.com/microsoft/ClangSharp
Project Transfer Signatories:
This has approval for transfer on the Microsoft side, the exact signatory may need to be confirmed if this is accepted by the .NET Foundation.
2. Description
ClangSharp and LLVMSharp are .NET interop bindings for the Clang and LLVM projects. ClangSharp provides an additional P/Invoke generator which is used to bootstrap itself and LLVMSharp. The P/Inveok generator is a general purpose utility that can be used to generate .NET bindings for many kinds of C and some C++ header files. It is used to power microsoft/win32metadata as well as various other projects.
3. Project Governance
Please complete this section about who will be maintaining the open source project and how it will run.
Project Lead:
Name: Tanner Gooding
Email: [email protected] or [email protected]
GitHub Profile URL: https://github.com/tannergooding
Committers:
No other committers at this time. Finding additional committers is desired.
Governance Model:
Code changes are proposed via issues on GitHub. For the raw interop bindings, these are generally taken "as-is" from each new version of Clang/LLVM.
For the P/Invoke generator, changes are proposed, discussed, and often taken after reaching an agreement on the best direction.
CLA
All contributions have been made under https://cla.opensource.microsoft.com/microsoft/ClangSharp and https://cla.opensource.microsoft.com/microsoft/LLVMSharp
CLA Notification Alias
Project maintainer(s)
Assignment Model. Under the .NET Foundation assignment model, project ownership and other intellectual property is assigned to the .NET Foundation and the .NET Foundation agrees to grantback a license to the contributor(s).
4. Repository Layout
The repo largely follows existing best practices and the general layout of other Microsoft maintained repositories. Changes can be made as appropriate to fit the needs/expectations of the .NET Foundation.
5. Eligibility Criteria
Please complete the following for your project
- The project is built on the .NET platform and/or creates value within the .NET ecosystem.
- Yes
- No
- The project produces source code for distribution to the public at no charge.
- Yes
- No
- The project's code is easily discoverable and publicly accessible (preferably on GitHub).
- Yes
- No
- The project contains a build script that can produce deployable artifacts that are identical to the official deployable artifacts, with the exception of code signing (Exception may be granted for strong name keys, though strongly encouraged to be committed. Exception relies on OSS signing being in the build script for public builds).
- Yes
- No
- When applicable, project must use reproducible build settings in its toolchain.
- Yes
- No
- The project uses Source Link.
- Yes
- No
- The project uses either embedded PDBs or publish symbol packages to NuGet (if applicable).
- Yes
- No
- The project code signs their artifacts as appropriate.
- Yes
- No
- The project organization has 2FA enabled. Requiring 2FA must be done as part of onboarding if not already enabled.
- Yes
- No
- Libraries that are mandatory dependencies of the project are offered under a standard, permissive open source license which has been approved by the .NET Foundation (exceptions include a dependency that is required by the target platform where no alternative open source dependency is available such as the .NET Framework or a hardware specific library).
- Yes
- No
- Committers are bound by a Contributor License Agreement (CLA) and/or are willing to embrace the .NET Foundation's CLA when the project becomes a Member.
- Yes
- No
- The copyright ownership of everything that the project produces is clearly defined and documented.
- Yes
- No
- The project has a public issue tracker where the status of any defect can be easily obtained.
- Yes
- No
- The project has a published Security Policy.
- Yes
- No
- The project has a home page which provides high level information about its status and purpose.
- Yes
- No
- The project has a public communication channel where community members can engage with maintainers.
- Yes
- No
- The project has a publicly available location where members can review and contribute to documentation.
- Yes
- No
6. PR Plan
No known requirements. Simply announcing the project is joining the foundation and detailing what it provides should be sufficient.
7. Infrastructure Requirements
Authenticode signing will be required.