1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00
freebsd-ports/devel/gvp/pkg-descr
Dmitry Marakasov 1d1f878054 - Fix trailing whitespace in pkg-descrs, categories [a-f]*
Approved by:	portmgr blanket
2016-05-19 10:21:23 +00:00

14 lines
480 B
Plaintext

Go Versioning Packager
gvp stands for Go Versioning Packager and is based on gst, a similar tool
that provides dependency isolation for Ruby gems.
The tool modifies your GOPATH to point to a local .godeps/ directory so
that you can keep the dependencies of your project isolated there,
it also modifies GOBIN and PATH to include the new GOPATH/bin directory.
gvp is a companion tool to gpm but both tools can be used independently
from each other.
https://github.com/pote/gvp