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

    Исходный пакет: jsonxx
    Версия: 20140722-alt1
    Собран:  13 сентября 2014 г. 16:43 в задании #130181
    Сообщить об ошибке в пакете
    Домашняя страница: https://bitbucket.org/tunnuz/json

    Лицензия: MIT
    О пакете: Self contained Flex/Bison JSON parser for C++11
    Описание: 
    JSON++ is a self contained Flex/Bison JSON parser for C++11. It parses
    strings and files in JSON format, and builds an in-memory tree
    representing the JSON structure. JSON objects are mapped to std::maps,
    arrays to std::vectors, JSON native types are mapped onto C++ native
    types. The library also includes printing on streams. Classes exploit
    move semantics to avoid copying parsed structures around. It doesn't
    require any additional library (not even libfl).

    Список rpm-пакетов, предоставляемых данным srpm-пакетом:
    libjsonxx (x86_64, i586)
    libjsonxx-debuginfo (x86_64, i586)
    libjsonxx-devel (x86_64, i586)

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

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

      1. flex
      2. gcc-c++
      3. cmake

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


    13 сентября 2014 г. Eugeny A. Rostovtsev 20140722-alt1
    - Initial build for Sisyphus