Package libboost_coroutine1.57.0: Information

    Binary package: libboost_coroutine1.57.0
    Version: 1.57.0-alt5.1
    Architecture: i586
    Build time:  Apr 4, 2016, 07:27 AM in the task #159698
    Source package: boost1_57_0
    Category: Development/C++
    Report package bug
    License: Boost Software License
    Summary: Boost.Coroutine Library
    Description: 
    Boost.Coroutine provides templates for generalized subroutines which
    allow suspending and resuming execution at certain locations. It
    preserves the local state of execution and allows re-entering
    subroutines more than once.
    
    Coroutines can be viewed as a language-level construct providing a
    special kind of control flow. In contrast to threads, which are
    pre-emptive, coroutine switches are cooperative (programmer controls
    when a switch will happen). The kernel is not involved in the coroutine
    switches. The implementation uses Boost.Context for context switching.

    Maintainer: Ivan A. Melnikov


    Last changed


    April 1, 2016 Ivan Zakharyaschev 1:1.57.0-alt5.1
    - (NMU) rebuild with python3-3.5 & rpm-build-python3-0.1.10
      (for ABI dependence and new python3(*) reqs)
    March 31, 2016 Ivan Zakharyaschev 1:1.57.0-alt5
    - (.spec) ugly LD_PRELOAD replaced with nice new
      %requires_python{,3}_ABI. (Backported from 1.58.0-alt2.)
    Feb. 28, 2016 Andrey Cherepanov 1:1.57.0-alt4.2
    - Rebuild with new icu