Пакет libmicrosoft-gsl: Информация

    Исходный пакет: libmicrosoft-gsl
    Версия: 20170612-alt0.M80P.1
    Собран:  14 июня 2017 г. 9:25 в задании #184115
    Категория: Разработка/C++
    Сообщить об ошибке в пакете
    Домашняя страница: https://github.com/Microsoft/GSL

    Лицензия: MIT
    О пакете: Guidelines Support Library
    Описание: 
    The Guideline Support Library (GSL) contains functions and types that are suggested
    for use by the C++ Core Guidelines maintained by the Standard C++ Foundation.
    This repo contains Microsoft's implementation of GSL.
    
    The library includes types like span<T>, string_span, owner<> and others.
    
    The entire implementation is provided inline in the headers under the gsl directory.
    The implementation generally assumes a platform that implements C++14 support.
    There are specific workarounds to support MSVC 2013 and 2015.
    
    While some types have been broken out into their own headers (e.g. gsl/span),
    it is simplest to just include gsl/gsl and gain access to the entire library.

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

    Сопровождающий: Vitaly Lipatov

    Список участников:
    Vitaly Lipatov

      1. libunittest-cpp-devel
      2. gcc-c++
      3. cmake
      4. ctest

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


    13 июня 2017 г. Vitaly Lipatov 20170612-alt0.M80P.1
    - backport to ALTLinux p8 (by rpmbph script)
    12 июня 2017 г. Vitaly Lipatov 20170612-alt1
    - initial build for ALT Sisyphus