mirror of
https://github.com/Jguer/yay.git
synced 2024-11-07 09:37:22 +01:00
ab2101ab49
Allow using the RPC's &by= field during -Ss |
||
---|---|---|
.. | ||
.gitignore | ||
.travis.yml | ||
alpm.go | ||
callbacks.c | ||
callbacks.go | ||
db.go | ||
deps.go | ||
enums.go | ||
error.go | ||
handle.go | ||
LICENSE | ||
package.go | ||
README.md | ||
sync.go | ||
trans.go | ||
types.go | ||
version.go |
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
-
Import the go-alpm repository in your go script
import "github.com/jguer/go-alpm"
-
Copy the library to your GOPATH
mkdir ~/go export GOPATH=~/go go get github.com/jguer/go-alpm
-
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