| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| Description | |||||||||||||||||||||||||||||||||
| Support for querying the AUR database. | |||||||||||||||||||||||||||||||||
| Synopsis | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| Documentation | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
Query AUR for information on a package $ info "xmonad"
Right (AURInfo { packageID = 10593
, packageName = "xmonad"
, packageVersion = Right (Version {versionBranch = [0,8,1] , versionTags = []},"1.2")i
, packageCategory = 17
, packageDesc = "A lightweight X11 tiled window manager written in Haskell"
, packageLocation = 3
, packageURL = "http://xmonad.org/"
, packagePath = "/packages/xmonad/xmonad.tar.gz"
, packageLicense = "custom:BSD3"
, packageVotes = 260
, packageOutOfDate = False })
| |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| Search AUR for packages matching pattern. Returns a list of info results. | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| Search AUR for packages owned by maintainer. Returns a list of info results. | |||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||
| Return the parsed PKGBUILD pkgbuild :: String -> IO (Either String [String]) -- (Either String PkgBuild) | |||||||||||||||||||||||||||||||||
| Produced by Haddock version 2.6.0 | |||||||||||||||||||||||||||||||||