diff options
Diffstat (limited to 'files/repomap')
| -rw-r--r-- | files/repomap | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/files/repomap b/files/repomap deleted file mode 100644 index cbf96d9..0000000 --- a/files/repomap +++ /dev/null @@ -1,55 +0,0 @@ -# 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 |
