nixpkgs-update-0.3.0: Tool for semi-automatic updating of nixpkgs repository
Safe HaskellNone
LanguageHaskell2010

Repology

Documentation

type API = ("metapackage" :> (Capture "metapackage_name" Text :> Get '[JSON] Metapackage)) :<|> (("metapackages" :> (QueryParam "search" Text :> (QueryParam "maintainers" Text :> (QueryParam "category" Text :> (QueryParam "inrepo" Text :> (QueryParam "outdated" Bool :> (QueryParam "notinrepo" Text :> (QueryParam "minspread" Integer :> (QueryParam "maxspread" Integer :> Get '[JSON] Metapackages))))))))) :<|> ("metapackages" :> (Capture "name" Text :> (QueryParam "search" Text :> (QueryParam "maintainers" Text :> (QueryParam "category" Text :> (QueryParam "inrepo" Text :> (QueryParam "outdated" Bool :> (QueryParam "notinrepo" Text :> (QueryParam "minspread" Integer :> (QueryParam "maxspread" Integer :> Get '[JSON] Metapackages))))))))))) Source #

data Package Source #

Instances

Instances details
Eq Package Source # 
Instance details

Defined in Repology

Methods

(==) :: Package -> Package -> Bool #

(/=) :: Package -> Package -> Bool #

Show Package Source # 
Instance details

Defined in Repology

Generic Package Source # 
Instance details

Defined in Repology

Associated Types

type Rep Package :: Type -> Type #

Methods

from :: Package -> Rep Package x #

to :: Rep Package x -> Package #

FromJSON Package Source # 
Instance details

Defined in Repology

type Rep Package Source # 
Instance details

Defined in Repology