[Bug 1152653] New: Review Request: miniz - Compression library implementing the zlib and Deflate
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1152653
Bug ID: 1152653
Summary: Review Request: miniz - Compression library
implementing the zlib and Deflate
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: ppisar(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://ppisar.fedorapeople.org/miniz/miniz.spec
SRPM URL: https://ppisar.fedorapeople.org/miniz/miniz-1.15-0.1.r4.fc22.src.rpm
Description:
Miniz is a lossless, high performance data compression library in a single
source file that implements the zlib (RFC 1950) and Deflate (RFC 1951)
compressed data format specification standards. It supports the most commonly
used functions exported by the zlib library, but is a completely independent
implementation so zlib's licensing requirements do not apply. It also
contains simple to use functions for writing PNG format image files and
reading/writing/appending ZIP format archives. Miniz's compression speed has
been tuned to be comparable to zlib's, and it also has a specialized real-time
compressor function designed to compare well against fastlz/minilzo.
Fedora Account System Username: ppisar
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
8 years, 4 months
[Bug 1135654] New: Review Request: libpuma - Library for parsing and manipulating C/C++ source code
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1135654
Bug ID: 1135654
Summary: Review Request: libpuma - Library for parsing and
manipulating C/C++ source code
Product: Fedora
Version: rawhide
Component: Package Review
Severity: medium
Priority: medium
Assignee: nobody(a)fedoraproject.org
Reporter: loganjerry(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: package-review(a)lists.fedoraproject.org
Spec URL: https://jjames.fedorapeople.org/libpuma/libpuma.spec
SRPM URL: https://jjames.fedorapeople.org/libpuma/libpuma-1.2-1.fc22.src.rpm
Fedora Account System Username: jjames
Description: PUMA is a library of C++ classes for parsing and manipulating
C/C++ source code. It provides different levels of analyzing source code, i.e.
lexical, syntactical, and semantical analyses. Additionally, PUMA contains its
own C preprocessor following the macro language understood by the GNU C
preprocessor (cpp).
The parsers for C and C++ are based on an extensible recursive descent parser
architecture that can be easily adapted for your own needs by inheriting from
one of the parsers. They are oriented on the ISO/IEC standards defined in
ISO/IEC 9899:1999(E) and ISO/IEC 14882:1998(E) but also supporting a list of
extensions to the C and C++ languages. The information about the source code
being analyzed is organized in an attributed syntax tree referring to a
separate structure of semantic information.
For the purpose of manipulating source code PUMA provides a syntax based
mechanism for searching code structures. Manipulations on the source code can
be collected and validated before executing them in a single transaction.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
8 years, 4 months