Documentation
type Name = ByteStringSource
type DistributionName = ByteStringSource
type Path = ByteStringSource
type Prefix = ByteStringSource
type Comment = ByteStringSource
type DescriptionPath = ByteStringSource
type PortDescription = Maybe ByteStringSource
type Maintainer = ByteStringSource
type Categories = [ByteString]Source
type ExtractDepends = [ByteString]Source
type PatchDepends = [ByteString]Source
type FetchDepends = [ByteString]Source
type BuildDepends = [ByteString]Source
type RunDepends = [ByteString]Source
type Website = ByteStringSource
type PortField = Port -> ByteStringSource
description :: Port -> IO (Maybe ByteString)Source
glue :: (Port -> [ByteString]) -> Port -> ByteStringSource
parseEntry :: ByteString -> PortSource
parseIndex :: ByteString -> [Port]Source