https://github.com/spack/governance
Documents describing the governance of the Spack project.
https://github.com/spack/governance
Last synced: 3 months ago
JSON representation
Documents describing the governance of the Spack project.
- Host: GitHub
- URL: https://github.com/spack/governance
- Owner: spack
- License: other
- Created: 2024-09-19T20:06:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-08T15:12:14.000Z (over 1 year ago)
- Last Synced: 2025-10-12T05:12:50.924Z (7 months ago)
- Size: 38.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
README
# Spack Governance
Spack is a multi-platform package manager that builds and installs
multiple versions and configurations of software. It works on Linux,
macOS, Windows, and many supercomputers.
Spack is part of the [High Performance Software Foundation](https://hpsf.io)
within the [Linux Foundation](http://linuxfoundation.org).
This repository is the authoritative location for Spack governance. It contains
the Spack project charter, our current governance model, and information on
how to get involved.
## Key Documents
* [Current Governance](GOVERNANCE.md)
* [Technical Charter](CHARTER.md)
## License
Repositories in the Spack project are distributed under the terms of both the
MIT license and the Apache License (Version 2.0). Users may choose either
license, at their option.
All new contributions must be made under both the MIT and Apache-2.0 licenses.
There is a [template repository](https://github.com/spack/spack-repo-template)
that you can use to set up a new project with all the appropriate license files.
See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)