pkgsrc/devel/go-termbox/PLIST
bsiegert bdaf4225c9 New package, go-termbox.
Termbox is a library that provides a minimalistic API which allows the
programmer to write text-based user interfaces. The library is crossplatform
and has both terminal-based implementations on *nix operating systems and a
winapi console based implementation for windows operating systems. The basic
idea is an abstraction of the greatest common subset of features available on
all major terminals and other terminal-like APIs in a minimalistic fashion.
Small API means it is easy to implement, test, maintain and learn it, that's
what makes the termbox a distinct library in its area.
2016-08-20 09:30:41 +00:00

30 lines
1.5 KiB
Text

@comment $NetBSD: PLIST,v 1.1 2016/08/20 09:30:41 bsiegert Exp $
gopkg/pkg/${GO_PLATFORM}/github.com/nsf/termbox-go.a
gopkg/src/github.com/nsf/termbox-go/AUTHORS
gopkg/src/github.com/nsf/termbox-go/LICENSE
gopkg/src/github.com/nsf/termbox-go/README.md
gopkg/src/github.com/nsf/termbox-go/_demos/editbox.go
gopkg/src/github.com/nsf/termbox-go/_demos/interrupt.go
gopkg/src/github.com/nsf/termbox-go/_demos/keyboard.go
gopkg/src/github.com/nsf/termbox-go/_demos/output.go
gopkg/src/github.com/nsf/termbox-go/_demos/paint.go
gopkg/src/github.com/nsf/termbox-go/_demos/random_output.go
gopkg/src/github.com/nsf/termbox-go/_demos/raw_input.go
gopkg/src/github.com/nsf/termbox-go/api.go
gopkg/src/github.com/nsf/termbox-go/api_common.go
gopkg/src/github.com/nsf/termbox-go/api_windows.go
gopkg/src/github.com/nsf/termbox-go/collect_terminfo.py
gopkg/src/github.com/nsf/termbox-go/syscalls.go
gopkg/src/github.com/nsf/termbox-go/syscalls_darwin.go
gopkg/src/github.com/nsf/termbox-go/syscalls_darwin_amd64.go
gopkg/src/github.com/nsf/termbox-go/syscalls_freebsd.go
gopkg/src/github.com/nsf/termbox-go/syscalls_linux.go
gopkg/src/github.com/nsf/termbox-go/syscalls_netbsd.go
gopkg/src/github.com/nsf/termbox-go/syscalls_openbsd.go
gopkg/src/github.com/nsf/termbox-go/syscalls_windows.go
gopkg/src/github.com/nsf/termbox-go/termbox.go
gopkg/src/github.com/nsf/termbox-go/termbox_common.go
gopkg/src/github.com/nsf/termbox-go/termbox_windows.go
gopkg/src/github.com/nsf/termbox-go/terminfo.go
gopkg/src/github.com/nsf/termbox-go/terminfo_builtin.go
@pkgdir bin