yay/vendor/github.com/jguer/go-alpm
2019-02-04 17:16:48 +00:00
..
.gitignore Convert to go modules 2018-09-15 17:42:34 +01:00
.travis.yml Convert to go modules 2018-09-15 17:42:34 +01:00
alpm.go Update go-alpm 2019-02-04 16:56:02 +00:00
callbacks.c Update vendored dependencies 2018-07-26 14:00:08 +01:00
callbacks.go Update vendored dependencies 2018-09-14 01:29:33 +01:00
db.go Update go-alpm 2019-02-04 16:56:02 +00:00
deps.go Why you shouldn't just rely on: git commit -a 2019-02-04 17:16:48 +00:00
enums.go Update go-alpm 2019-02-04 16:56:02 +00:00
error.go Vendoring and cool looking displays 2017-07-14 18:03:54 +01:00
handle.go Update go-alpm 2019-02-04 16:56:02 +00:00
LICENSE Vendoring and cool looking displays 2017-07-14 18:03:54 +01:00
package.go Update go-alpm 2019-02-04 16:56:02 +00:00
README.md Convert to go modules 2018-09-15 17:42:34 +01:00
sync.go Update go-alpm 2019-02-04 16:56:02 +00:00
trans.go Update go-alpm 2019-02-04 16:56:02 +00:00
types.go Update go-alpm 2019-02-04 16:56:02 +00:00
version.go Why you shouldn't just rely on: git commit -a 2019-02-04 17:16:48 +00:00

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