Jguer 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
..
examples 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
testing 5ad1772bba Refactoring 7 лет назад
.gitignore 5ad1772bba Refactoring 7 лет назад
LICENSE f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
README.md 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
alpm.go f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
alpm_test.go 92e9eed230 Updated go-alpm vendored version 7 лет назад
callbacks.c f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
callbacks.go f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
conf.go 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
conf_test.go 92e9eed230 Updated go-alpm vendored version 7 лет назад
db.go f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
dependency.go f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
enums.go 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
error.go f0b9c0cfe9 Vendoring and cool looking displays 7 лет назад
handle.go 92e9eed230 Updated go-alpm vendored version 7 лет назад
package.go 601f56c348 Update vendor dependencies to latest version. Prepare for stable base 7 лет назад
package_test.go 92e9eed230 Updated go-alpm vendored version 7 лет назад
types.go 92e9eed230 Updated go-alpm vendored version 7 лет назад

README.md

go-alpm

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.

Getting started

  1. Import the go-alpm repository in your go script

    import "github.com/jguer/go-alpm"

  2. Copy the library to your GOPATH

    mkdir ~/go export GOPATH=~/go go get github.com/jguer/go-alpm

  3. Try the included examples

    cd $GOPATH/src/github.com/jguer/go-alpm/examples go run installed.go

Contributors

  • Mike Rosset
  • Dave Reisner
  • Rémy Oudompheng
  • Jesus Alvarez