Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37410996
en ru br
ALT Linux repos
S:3.1.14.0-alt1

Group :: Development/Haskell
RPM: ghc8.6.4-parsec

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 3.1.14.0-alt1
Build date: 29 august 2019, 15:57 ( 242.2 weeks ago )
Size: 33.22 Kb

Home page:   https://hackage.haskell.org/package/parsec

License: BSD3
Summary: Monadic parser combinators
Description:

Parsec is designed from scratch as an industrial-strength parser library.
It is simple, safe, well documented (on the package homepage), has
extensive libraries, good error messages, and is fast. It is defined as a
monad transformer that can be stacked on arbitrary monads, and it is also
parametric in the input stream type.

The main entry point is the "Text.Parsec" module which provides defaults
for parsing 'Char'acter data.

The "Text.ParserCombinators.Parsec" module hierarchy contains the legacy
@parsec-2@ API and may be removed at some point in the future.

Current maintainer: Grigory Ustinov

List of contributors

List of rpms provided by this srpm:

  • ghc8.6.4-parsec
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin