Search Criteria
Package Details: termcolor 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/termcolor.git (read-only, click to copy) |
|---|---|
| Package Base: | termcolor |
| Description: | A header-only C++ library for printing colored messages to the terminal |
| Upstream URL: | https://github.com/ikalnytskyi/termcolor |
| Licenses: | BSD |
| Submitter: | otreblan |
| Maintainer: | otreblan |
| Last Packager: | otreblan |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-04-12 22:26 (UTC) |
| Last Updated: | 2023-02-24 00:56 (UTC) |
Required by (3)
- ecal (make)
- ecal-app (make)
- ecal-samples (make)
Latest Comments
tocic commented on 2023-02-22 04:04 (UTC)
I think the license is BSD, not MIT.
https://aur.archlinux.org/packages/termcolor-git https://github.com/ikalnytskyi/termcolor/blob/master/LICENSE
jerryc05 commented on 2023-01-15 03:25 (UTC)
under build() fn, maybe replacing
makewithcmake --build .is a better since when I haveCMAKE_GENERATOR=Ninjain my env var,makewill complain that no makefiles found