MissingH-1.4.3.0: Large utility library

CopyrightCopyright (C) 2004-2011 John Goerzen
LicenseBSD-3-Clause
Stabilityprovisional
Portabilityportable
Safe HaskellSafe
LanguageHaskell2010

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)