Metadata-Version: 2.1
Name: find-compiler
Version: 0.0.5
Summary: Finds suitable C/C++ compiler for current platform
Home-page: https://github.com/unjello/findc
Author: Andrzej Lichnerowicz
Author-email: andrzej@lichnerowicz.pl
License: UNKNOWN
Project-URL: Source, https://github.com/unjello/findc/
Project-URL: Bug Reports, https://github.com/unjello/findc/issues
Keywords: C/C++,tool,c,c++,cpp,build,developer
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
Requires-Dist: PyYAML (<3.14.0,>=3.11)
Requires-Dist: click (<6.8,>=6.7)
Requires-Dist: colorama (<0.4,>=0.3.9)
Provides-Extra: dev
Provides-Extra: test

# findc

Finds avilable C/C++ compilers for current platform

## Usage

```bash
👼  ~: findc
findc 0.0.4
PATH                     TOOLCHAIN      VERSION
/usr/bin/clang           applellvm      9.1.0
/usr/bin/clang++         applellvm      9.1.0
/usr/bin/gcc             applellvm      9.1.0
/usr/local/bin/gcc-8     gcc            8.1.0
/usr/bin/g++             applellvm      9.1.0
/usr/local/bin/g++-8     gcc            8.1.0
```

Supports also `-o yaml` and `-o json` output formats, for using it in automated manner.

## License

- CC0 (~Public Domain)


