aura-3.1.2: A secure package manager for Arch Linux and the AUR.

Copyright(c) Colin Woodbury 2012 - 2020
LicenseGPL3
MaintainerColin Woodbury <colin@fosskers.ca>
Safe HaskellNone
LanguageHaskell2010

Aura.Packages.Repository

Description

Handle the testing and dependency solving of official repository packages.

Synopsis

Documentation

pacmanRepo :: IO Repository Source #

Repository package source. We expect no matches to be found when the package is actually an AUR package.

extractVersion :: Text -> Maybe Versioning Source #

Parses the version number of a package from the result of a pacman -Si call.