Package libprotobuf17-lite: Information

    Binary package: libprotobuf17-lite
    Version: 3.6.1.3-alt2
    Architecture: x86_64
    Build time:  Mar 10, 2020, 02:14 PM in the task #245000
    Source package: protobuf
    Category: System/Libraries
    Report package bug
    License: Apache License 2.0
    Summary: Protocol Buffers LITE_RUNTIME libraries
    Description: 
    Protocol Buffers built with optimize_for = LITE_RUNTIME.
    
    The "optimize_for = LITE_RUNTIME" option causes the compiler to generate code
    which only depends libprotobuf-lite, which is much smaller than libprotobuf but
    lacks descriptors, reflection, and some other features.

    Maintainer: Michael Shigorin


    Last changed


    April 17, 2019 Michael Shigorin 3.6.1.3-alt2
    - Fix ftbfs on e2k with lcc 1.23.
    March 24, 2019 Alexey Shabalin 3.6.1.3-alt1
    - 3.6.1.3
    - obsolete javanano subpackage; discontinued upstream
    Dec. 24, 2018 Michael Shigorin 3.5.2-alt2
    - Skip *slow* IsValidUtf8Test on non-x86 platforms
      (very slow on arm/e2k, should be worse on mipsel,
      and maybe satisfactory/ok on ppc; known to pass)