haskell-incremental-parser 0.5.0.3-1 source package in Ubuntu

Changelog

haskell-incremental-parser (0.5.0.3-1) unstable; urgency=medium

  [ Ilias Tsitsimpis ]
  * Declare compliance with Debian policy 4.6.1

  [ Clint Adams ]
  * New upstream version.

 -- Clint Adams <email address hidden>  Sat, 30 Jul 2022 22:19:41 -0400

Upload details

Uploaded by:
Debian Haskell Group
Uploaded to:
Sid
Original maintainer:
Debian Haskell Group
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
haskell-incremental-parser_0.5.0.3-1.dsc 2.8 KiB ff25bbd6090a6cbd97e0cd27dfa25be37231146ad4069d3c928f9eaf47577373
haskell-incremental-parser_0.5.0.3.orig.tar.gz 316.4 KiB 3a534e4aa940d21a2a8beab11dd28ffdaf5930f6cb3487434510ec6ba7c01f87
haskell-incremental-parser_0.5.0.3-1.debian.tar.xz 2.4 KiB ffa20016953df72238307a86c1bee7aebd7251893911d1098ddca94ccd6594b3

No changes file available.

Binary packages built by this source

libghc-incremental-parser-dev: No summary available for libghc-incremental-parser-dev in ubuntu kinetic.

No description available for libghc-incremental-parser-dev in ubuntu kinetic.

libghc-incremental-parser-doc: No summary available for libghc-incremental-parser-doc in ubuntu kinetic.

No description available for libghc-incremental-parser-doc in ubuntu kinetic.

libghc-incremental-parser-prof: generic incremental parsers; profiling libraries

 Incremental parsers can provide partial results from partial input.
 This parser library is implemented using the concept of Brzozowski
 derivatives, tweaked and optimized to work with any monoidal input
 type. Lists, ByteString, and Text are supported out of the box, as
 well as any other data type for which the monoid-subclasses package
 defines instances. If the parser result is also a monoid, the
 parser can provide it incrementally, before the complete input is
 parsed.
 .
 This package provides a library for the Haskell programming language, compiled
 for profiling. See http://www.haskell.org/ for more information on Haskell.