Jguer 5ad1772bba Refactoring 7 năm trước cách đây
..
examples 5ad1772bba Refactoring 7 năm trước cách đây
testing 5ad1772bba Refactoring 7 năm trước cách đây
.gitignore 5ad1772bba Refactoring 7 năm trước cách đây
LICENSE f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
README.md f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
alpm.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
alpm_test.go 5ad1772bba Refactoring 7 năm trước cách đây
callbacks.c f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
callbacks.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
conf.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
conf_test.go 5ad1772bba Refactoring 7 năm trước cách đây
db.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
dependency.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
enums.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
error.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
handle.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
package.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây
package_test.go 5ad1772bba Refactoring 7 năm trước cách đây
types.go f0b9c0cfe9 Vendoring and cool looking displays 7 năm trước cách đây

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/demizer/go-alpm"

  2. Copy the library to your GOPATH

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

  3. Try the included examples

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

Contributors

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