An open API service indexing awesome lists of open source software.

https://github.com/xuthus5/coco

A Developer Tool Building by GTK4(meson+gtk4+Adwaita).
https://github.com/xuthus5/coco

adwaita gtk4 libadwaita meson toolkit

Last synced: 3 months ago
JSON representation

A Developer Tool Building by GTK4(meson+gtk4+Adwaita).

Awesome Lists containing this project

README

          

### compile

```shell
meson setup builddir
meson compile -C builddir
./builddir/src/coco-uploader

# windows
meson install -C builddir
```