ccache
ccache - a fast compiler cache
Install it by running either;
kpkg install ccache
or
kpkg build ccache
To see the difference, see The handbook
graph TD
N0["jsoncpp"]
N1["cmake"]
N2["ccache"]
style N2 fill:#4a9eff,stroke:#2d7dd2,stroke-width:3px,color:#fff
N3["libuv"]
N4["libtool"]
N5["rhash"]
N0 --> N1
N1 --> N2
N3 --> N1
N4 --> N3
N5 --> N1