Kompiler
A package for auto compiling C++ files as soon as they are saved.
Usage: kompiler [File.cpp] [COMMAND...]
eg:
❯ kompiler hello.cpp
Command used for compiling: g++ hello.cpp
❯ kompiler hello.cpp -std=c++11 -O2 -Wall hello.cpp -o hello
Command used for compiling: g++ -std=c++11 -O2 -Wall hello.cpp -o hello
❯ kompiler 3.cpp -std=c++11 -O2 -Wall 3.cpp -o hello "&&" ./hello
Command used for compiling: g++ -std=c++11 -O2 -Wall 3.cpp -o hello && ./hello
Release files for kompiler 1.2.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kompiler-1.2.1.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| kompiler-1.2.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 8.1 kB
Release files / kompiler-1.2.1.tar.gz
| Download URL | kompiler-1.2.1.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
71ade08165cffa6ac9ae8db44befaa1110239ac64da743699a106787c05731c5
|
|
BLAKE2b-256 checksum How to use checksums |
12f64b33e16d3efe8172400d6c85506f2b08ca5065dd750dd310d687996155c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|
Release files / kompiler-1.2.1-py3-none-any.whl
| Download URL | kompiler-1.2.1-py3-none-any.whl |
|---|---|
| Size | 4.9 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4bb922385a5e835457ba81a786293f55f22d13a8c3b3ec04e9e1c7e78d5a168e
|
|
BLAKE2b-256 checksum How to use checksums |
f3f5d6b1e7b7e4c7226cb23c93a43574f3ef3de5598e4680048a40c134add722
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.2 CPython/3.11.4
|