rpm-0.0.1: Cozy little project to question unruly rpm packages.

System.Rpm.Info

Description

This module is mainly for internal purposes and these functions should not be called directly. -- Remove testName

Documentation

rpmInfoFromFileSource

Arguments

:: FilePath

Path to a Rpm

-> IO (Maybe RpmInfo) 

rpmInfoFromXmlSource

Arguments

:: String

A string of XML containing information about a package.

-> Maybe RpmInfo