MissingH-1.1.0.1: Large utility librarySource codeContentsIndex
System.Debian.ControlParser
Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Description

This module provides various helpful utilities for dealing with Debian files and programs.

Written by John Goerzen, jgoerzen@complete.org

Synopsis
control :: CharParser a [(String, String)]
depPart :: CharParser a (String, Maybe (String, String), [String])
Documentation
control :: CharParser a [(String, String)]Source
Main parser for the control file
depPart :: CharParser a (String, Maybe (String, String), [String])Source

Dependency parser.

Returns (package name, Maybe version, arch list)

version is (operator, operand)

Produced by Haddock version 2.6.0