diff options
| author | Jeff Carr <[email protected]> | 2024-02-23 14:23:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-02-23 14:23:41 -0600 |
| commit | 89610b4a7ba3b8f18812a6fe9356671ed0feacb2 (patch) | |
| tree | 834372193655c1db62263616834fba43bf7872bd /resources/repomap | |
| parent | f0e4214d46638a0777191736ec7653c8f4c6bf4b (diff) | |
rename files to not collide with go-deb
Diffstat (limited to 'resources/repomap')
| -rw-r--r-- | resources/repomap | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/resources/repomap b/resources/repomap new file mode 100644 index 0000000..cbf96d9 --- /dev/null +++ b/resources/repomap @@ -0,0 +1,55 @@ +# gui core packages + +go.wit.com/gui git.wit.org/gui/gui The GUI API intended for Control Panels +go.wit.com/widget git.wit.org/gui/widget Primitive Definitions for Buttons, Dropdowns, etc. + +# Tutorials + +go.wit.com/apps/helloworld git.wit.org/gui/helloworld A simple Demo +go.wit.com/apps/basicwindow git.wit.org/jcarr/basicwindow A bit more of a Demo +go.wit.com/apps/gadgetwindow git.wit.org/jcarr/gadgetwindow A more complicated Demo used for debugging the toolkits + +# Applications + +go.wit.com/apps/autotypist git.wit.org/jcarr/autotypist Wrapper around 'git' and 'go' for these repos +go.wit.com/apps/guireleaser git.wit.org/jcarr/guireleaser +go.wit.com/apps/go-deb git.wit.org/jcarr/go-deb Turn a GO package into a .deb package +go.wit.com/apps/control-panel-digitalocean git.wit.org/wit/control-panel-digitalocean A simple Digital Ocean Control Panel +go.wit.com/apps/control-panel-dns git.wit.org/jcarr/control-panel-dns A DNS Control Panel +go.wit.com/apps/go-gui-toolkits git.wit.org/gui/go-gui-toolkits toolkit build helper +go.wit.com/apps/control-panel-cloudflare git.wit.org/wit/control-panel-cloudflare +go.wit.com/apps/control-panel-vpn git.wit.org/jcarr/control-panel-vpn +go.wit.com/apps/go.wit.com git.wit.org/jcarr/go.wit.com + +# gui toolkit packages +go.wit.com/toolkits/gocui git.wit.org/toolkits/gocui A console based GUI (like ncurses) +go.wit.com/toolkits/andlabs git.wit.org/toolkits/andlabs Platform Native GUI (GTK on Linux and Cocoa on MacOS, Winows needs plugin support) +go.wit.com/toolkits/nocui git.wit.org/toolkits/nocui A minimum toolkit plugin using STDIN/STDOUT +go.wit.com/toolkits/tree git.wit.org/toolkits/tree Common plugin code to talk to the GUI +go.wit.com/toolkits/debian git.wit.org/toolkits/debian make a .deb of the toolkit plugin binaries + +# log/ (modified for the gui) + +go.wit.com/log git.wit.org/wit/log a wrapper attempt around log for the GUI + +# gui libraries +go.wit.com/lib/gadgets git.wit.org/gui/gadgets Some common collections of widgets +go.wit.com/lib/debugger git.wit.org/gui/debugger An attempt at a debugger +go.wit.com/lib/gui/repostatus git.wit.org/jcarr/repostatus used by autotypist +go.wit.com/lib/gui/repolist git.wit.org/jcarr/repolist used by autotypist +go.wit.com/lib/gui/hostname git.wit.org/jcarr/hostname +go.wit.com/lib/gui/linuxstatus git.wit.org/jcarr/hostname for the DNS Control Panel +go.wit.com/lib/gui/logsettings git.wit.org/jcarr/logsettings used for 'log' and debugger +go.wit.com/lib/gui/digitalocean git.wit.org/gui/digitalocean used by the DO control panel +go.wit.com/lib/gui/cloudflare git.wit.org/gui/cloudflare +go.wit.com/lib/gui/gowit git.wit.org/jcarr/gowit +go.wit.com/lib/gui/shell git.wit.org/wit/shell +go.wit.com/lib/protobuf/wit git.wit.org/wit/witProtobuf + +# Support packages (forked for experiments) + +go.wit.com/dev/alexflint/arg git.wit.org/jcarr/go-arg slight modifications to arg +go.wit.com/dev/alexflint/scalar git.wit.org/jcarr/go-scalar +go.wit.com/dev/andlabs/ui git.wit.org/interesting/andlabs-ui attempts to add RiscV support +go.wit.com/dev/andlabs/libui git.wit.org/interesting/libui +go.wit.com/dev/davecgh/spew git.wit.org/jcarr/go-spew |
