Пакет libparsifal: Информация

    Исходный пакет: libparsifal
    Версия: 1.1.0-alt5
    Последняя версия по данным Repology
    Собран:  23 сентября 2021 г. 22:54 в задании #285847
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.saunalahti.fi/~samiuus/toni/xmlproc/

    Лицензия: Public
    О пакете: Parsifal is a validating XML 1.0 parser based on SAX2
    Описание: 
    Parsifal can be used for parsing XML based messages (such as REST and RSS) and
    for application specific data processing e.g. config files, data files etc.
    Parsifal can also be used for document-oriented processing (e.g. XHTML
    xhtml1-transitional.dtd) and for parsing modular documents because it is
    conforming XML 1.0 parser and it supports features like internal and external
    general entities, DTD parameter entities and default attributes etc. Parsifal is
    ideal for processing large data files and streams since it's SAX based and
    consumes very little memory not to mention it is fast enough for most purposes
    'cos it's written in C.
    
    Using Parsifal in place of large XML processing libraries (e.g. libxml, xerces)
    or even in the place of small Expat (which doesn't support DTD validation) can
    be justified for limited memory environments and in applications requiring
    bundled parser; because of its modular design parsifal can be easily compiled to
    support DTD validation or to perform only non-validating parsing etc. If you
    need higher level tools, for example dom/xpath processing, you should look for
    other libs of course.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libparsifal (x86_64, ppc64le, i586, armh, aarch64)
    libparsifal-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
    libparsifal-devel (x86_64, ppc64le, i586, armh, aarch64)
    libparsifal-devel-static (x86_64, ppc64le, i586, armh, aarch64)
    libparsifal-doc (noarch)

    Сопровождающий: Eugeny A. Rostovtsev

    Список участников:
    Igor Vlasenko
    Eugeny A. Rostovtsev

    Права:
    Igor Vlasenko
    @everybody

    Последнее изменение


    23 сентября 2021 г. Igor Vlasenko 1.1.0-alt5
    - NMU: fixed build with LTO
    10 февраля 2011 г. Eugeny A. Rostovtsev 1.1.0-alt4
    - Rebuilt for debuginfo
    4 октября 2010 г. Eugeny A. Rostovtsev 1.1.0-alt3
    - Rebuilt without rpm-build-compat