No description
- Scheme 87.4%
- Shell 7.6%
- Makefile 3.7%
- M4 1.3%
* giorgio/api.scm (%giorgio-progress, report-progress): New parameter and procedure. * giorgio/repository/http.scm (forgejo-list-pulls): Report every listing page. * giorgio/repository.scm (sync-pulls!): Report the pull requests as they are synced, the ones reconciled off the listing and the user account pass. |
||
|---|---|---|
| .guix/modules | ||
| build-aux | ||
| giorgio | ||
| scripts | ||
| tests | ||
| .envrc | ||
| .gitignore | ||
| .guix-authorizations | ||
| .guix-channel | ||
| configure.ac | ||
| COPYING | ||
| guix.scm | ||
| hall.scm | ||
| Makefile.am | ||
| manifest.scm | ||
| pre-inst-env.in | ||
| README.md | ||
Giorgio is an offline first client libray for Forgejo in Guile Scheme
Guix channel
This repository is also a Guix channel, add it to your channel list to have access to the guile-giorgio.git package built from the latest commit of the main branch:
(channel
(name 'giorgio)
(url "https://codeberg.org/fishinthecalculator/giorgio.git")
(branch "main")
;; Enable signature verification:
(introduction
(make-channel-introduction
"210154b1977709c90ae96fd36fc5c72b7ddb11ec"
(openpgp-fingerprint
"50E1 7BE0 D210 C883 D675 3150 4A3D 07EF D05C 4045"))))