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

Copyright(c) Colin Woodbury, 2014,2015
LicenseGPL3
MaintainerColin Woodbury <colingw@gmail.com>
Safe HaskellNone
LanguageHaskell2010

Linux.Arch.Aur.Types

Description

 

Documentation

data AurInfo Source

Constructors

AurInfo 

Fields

aurIdOf :: Int
 
aurNameOf :: Text
 
pkgBaseIdOf :: Int
 
pkgBaseOf :: Text
 
aurVersionOf :: Text
 
aurCategoryOf :: Int
 
aurDescriptionOf :: Text
 
licenseOf :: [Text]
 
urlOf :: Text
 
aurVotesOf :: Int
 
isOutOfDate :: Bool
 
aurMaintainerOf :: Maybe Text
 
submissionDatOf :: Int
 
modifiedDateOf :: Int
 
aurTarballUrlOf :: Text
 
dependsOf :: [Text]
 
makeDepsOf :: [Text]
 
optDepsOf :: [Text]
 
conflictsOf :: [Text]
 
providesOf :: [Text]