aur-6.1.0.1: Access metadata from the Arch Linux User Repository.

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

Linux.Arch.Aur.Rpc

Description

Synopsis

Documentation

info :: Manager -> [Text] -> IO (Maybe [AurInfo]) Source #

Perform an info call on one or more package names. Will fail with a Nothing if there was a connection/decoding error.

search :: Manager -> Text -> IO (Maybe [AurInfo]) Source #

Perform a search call on a package name or description text. Will fail with a Nothing if there was a connection/decoding error.