Metadata-Version: 2.1
Name: ccbuilder
Version: 0.0.8
Summary: A clang/gcc compiler builder and patcher
Home-page: https://github.com/DeadCodeProductions/ccbuilder
Author: Theodoros Theodoridis
Author-email: theodort@inf.ethz.ch
License: Apache License 2.0
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE

`ccbuilder` can build and install `llvm` and `gcc`.

Installation:
```
pip install [-U] ccbuilder
```

Usage:
```
ccbuilder build [compiler] [revision]
```

`compiler` must be either `llvm` or `gcc` and `revision` either a commit hash
or a tag.

For more options check `cbuilder build -h`.
