Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martimm/gnome-gobject
https://github.com/martimm/gnome-gobject
gnome gobject raku
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martimm/gnome-gobject
- Owner: MARTIMM
- License: artistic-2.0
- Created: 2019-05-28T15:38:28.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-04-05T19:02:48.000Z (7 months ago)
- Last Synced: 2024-10-10T20:50:49.041Z (about 1 month ago)
- Topics: gnome, gobject, raku
- Language: Raku
- Size: 702 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- License: LICENSE
Awesome Lists containing this project
README
![gtk logo][logo]
# Gnome GObject - Data structures and utilities for C programs
![L][license-svg]
[license-svg]: http://martimm.github.io/label/License-label.svg
[licence-lnk]: http://www.perlfoundation.org/artistic_license_2_0Note that all modules are now in `:api<1>`. This is done to prevent clashes with future distributions having the same class names only differing in this api string. So, add this string to your import statements and dependency modules of these classes in META6.json. Furthermore add this api string also when installing with zef.
## Documentation
* [ 🔗 License document][licence-lnk]
* [ 🔗 Release notes][changes]
* [ 🔗 Issues](https://github.com/MARTIMM/gnome-gtk3/issues)# Installation
Do not install this package on its own. Instead install `Gnome::Gtk3:api<1>`.`zef install 'Gnome::Gtk3:api<1>'`
# Author
Name: **Marcel Timmerman**
Github account name: **MARTIMM**# Issues
There are always some problems! If you find one please help by filing an issue at [my Gnome::Gtk3 github project][issues].
# Attribution
* The developers of Raku of course and the writers of the documentation which helped me out every time again and again.
* The builders of the GTK+ library and its documentation.
* Other helpful modules for their insight and use.[//]: # (---- [refs] ----------------------------------------------------------)
[changes]: https://github.com/MARTIMM/gnome-gobject/blob/master/CHANGES.md
[logo]: https://martimm.github.io/gnome-gtk3/content-docs/images/gtk-raku.png
[issues]: https://github.com/MARTIMM/gnome-gtk3/issues