morganamilo 112046853b Use correct case on go-alpm import 6 lat temu
..
.gitignore 112046853b Use correct case on go-alpm import 6 lat temu
.travis.yml 112046853b Use correct case on go-alpm import 6 lat temu
LICENSE 112046853b Use correct case on go-alpm import 6 lat temu
README.md 112046853b Use correct case on go-alpm import 6 lat temu
alpm.go 112046853b Use correct case on go-alpm import 6 lat temu
callbacks.c 112046853b Use correct case on go-alpm import 6 lat temu
callbacks.go 112046853b Use correct case on go-alpm import 6 lat temu
db.go 112046853b Use correct case on go-alpm import 6 lat temu
deps.go 112046853b Use correct case on go-alpm import 6 lat temu
enums.go 112046853b Use correct case on go-alpm import 6 lat temu
error.go 112046853b Use correct case on go-alpm import 6 lat temu
handle.go 112046853b Use correct case on go-alpm import 6 lat temu
package.go 112046853b Use correct case on go-alpm import 6 lat temu
sync.go 112046853b Use correct case on go-alpm import 6 lat temu
trans.go 112046853b Use correct case on go-alpm import 6 lat temu
types.go 112046853b Use correct case on go-alpm import 6 lat temu
version.go 112046853b Use correct case on go-alpm import 6 lat temu

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

Current Maintainers

  • Morganamilo
  • Jguer

Original Contributors

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