Package boost-context-devel: Information

  • Default inline alert: Version in the repository: 1.85.0-alt2

Binary package: boost-context-devel
Version: 1.84.0-alt3
Architecture: ppc64le
Build time:  Feb 14, 2024, 05:33 AM in the task #340550
Source package: boost
Category: Development/C++
Report package bug
License: BSL-1.0
Summary: The Boost Context Library development files
Description: 
Boost.Context is a foundational library that provides a sort of
cooperative multitasking on a single thread. By providing an abstraction
of the current execution state in the current thread, including the
stack (with local variables) and stack pointer, all registers and CPU
flags, and the instruction pointer, a fcontext_t instance represents a
specific point in the application's execution path. This is useful for
building higher-level abstractions, like coroutines, cooperative threads
(userland threads) or an equivalent to C# keyword yield in C++.

Maintainer: Michael Shigorin


Last changed


Feb. 13, 2024 Michael Shigorin 1:1.84.0-alt3
- E2K: use the patch in the intended way (thx Krylov)
Feb. 12, 2024 Michael Shigorin 1:1.84.0-alt2
- E2K: prime_fmod ftbfs workaround (ilyakurdyukov@; mcst#8285)
Feb. 8, 2024 Ivan A. Melnikov 1:1.84.0-alt1
- 1.84.0
- Add patch to fix missing include in karma/binary
- Use the base package ('boost') in place of boost-complete
- Separate packages for Beast, Cobalt, MySQL and Redis libraries