Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gagbo/coprs
Personal COPR collection
https://github.com/gagbo/coprs
Last synced: about 1 month ago
JSON representation
Personal COPR collection
- Host: GitHub
- URL: https://github.com/gagbo/coprs
- Owner: gagbo
- Created: 2022-06-10T12:02:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-20T20:05:53.000Z (over 1 year ago)
- Last Synced: 2024-10-15T08:28:38.192Z (3 months ago)
- Size: 66.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COPRs collection
This repo is my staging zone to package some software in Fedora
## Bismuth
[![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/bismuth/package/bismuth/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/bismuth/package/bismuth/)
## Trash-d
[![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/trash-d/package/trash-d/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/trash-d/package/trash-d/)
[A near drop-in replacement for rm that uses the trash bin. Written in D](https://github.com/rushsteve1/trash-d)
## Contour
[![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/contour/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/contour/)
A [Modern C++ terminal emulator](https://github.com/contour-terminal/contour)
## libunicode
Runtime: [![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/libunicode/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/libunicode/)
Devel: [![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/libunicode-devel/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/libunicode-devel/)
## termbench-pro
Runtime: [![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/termbench-pro/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/termbench-pro/)
Devel: [![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/termbench-pro-devel/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/termbench-pro-devel/)
## Guidelines Support Library
[![Copr build status](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/guidelines-support-lib-devel/status_image/last_build.png)](https://copr.fedorainfracloud.org/coprs/gagbo/contour/package/guidelines-support-lib-devel/)
[Microsoft header-only implementation of Guidelines Support Library](https://github.com/microsoft/GSL)
The Guidelines Support Library (GSL) contains functions and types that are
suggested for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
This repo contains Microsoft's implementation of GSL.The entire implementation is provided inline in the headers under the gsl directory.
The implementation generally assumes a platform that implements C++14 support.