MissingH-1.2.1.0: Large utility library

Portabilityportable
Stabilityprovisional
MaintainerJohn Goerzen <jgoerzen@complete.org>
Safe HaskellNone

System.Debian.ControlParser

Description

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

Written by John Goerzen, jgoerzen@complete.org

Synopsis

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)