![]() |
7 years ago | |
---|---|---|
.. | ||
LICENSE | 7 years ago | |
README.md | 7 years ago | |
alpm.go | 7 years ago | |
callbacks.c | 7 years ago | |
callbacks.go | 7 years ago | |
conf.go | 7 years ago | |
db.go | 7 years ago | |
dependency.go | 7 years ago | |
enums.go | 7 years ago | |
error.go | 7 years ago | |
handle.go | 7 years ago | |
package.go | 7 years ago | |
types.go | 7 years ago |
go-alpm is a Go package for binding libalpm. With go-alpm, it becomes possible to manipulate the Pacman databases and packages just as Pacman would.
This project is MIT Licensed. See LICENSE for details.
Import the go-alpm repository in your go script
import "github.com/demizer/go-alpm"
Copy the library to your GOPATH
mkdir ~/go export GOPATH=~/go go get github.com/demizer/go-alpm
Try the included examples
cd $GOPATH/src/github.com/demizer/go-alpm/examples go run installed.go