xiayesuifeng / go-alpm

Go bindings to Pacman's libalpm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go bindings to Pacman's libalpm

License:MIT License


Languages

Language:Go 97.4%Language:C 2.6%