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

    Исходный пакет: cctz
    Версия: 2.3-alt3
    Собран:  18 сентября 2022 г. 12:28
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/google/cctz

    Лицензия: Apache-2.0
    О пакете: Translating between absolute and civil times using time zone rules
    Описание: 
    CCTZ contains two libraries that cooperate with <chrono> to give C++
    programmers all the necessary tools for computing with dates, times, and time
    zones in a simple and correct manner. The libraries in CCTZ are:
      * The Civil-Time Library - This is a header-only library that supports
        computing with human-scale time, such as dates (which are represented by
        the cctz::civil_day class).
      * The Time-Zone Library - This library uses the IANA time zone database that
        is installed on the system to convert between absolute time and civil time.

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    cctz (e2kv6, e2kv5, e2kv4, e2k)
    cctz-debuginfo (e2kv6, e2kv5, e2kv4, e2k)
    cctz-devel (e2kv6, e2kv5, e2kv4, e2k)

    Сопровождающий: Aleksei Nikiforov

    Список участников:
    Aleksei Nikiforov
    Arseny Maslennikov
    Anton Farygin

      1. make
      2. cmake
      3. ctest
      4. libgmock-devel
      5. tzdata
      6. gcc-c++
      7. libgtest-devel
      8. libbenchmark-devel

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


    8 июня 2021 г. Aleksei Nikiforov 2.3-alt3
    - Applied changes from upstream needed by clickhouse.
    - Cleaned up spec.
    27 апреля 2021 г. Arseny Maslennikov 2.3-alt2.1
    - NMU: spec: adapted to new cmake macros.
    27 февраля 2021 г. Anton Farygin 2.3-alt2
    - run tests with tzdata, distributed with cctz