mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 11:49:05 +08:00
10 lines
440 B
JSON
10 lines
440 B
JSON
{
|
|
"name": "librtpi",
|
|
"version": "1.0.0",
|
|
"port-version": 1,
|
|
"description": "The Real-Time Priority Inheritance Library (librtpi) is intended to bridge the gap between the glibc pthread implementation and a functionally correct priority inheritance for pthread locking primitives, such as pthread_mutex and pthread_condvar.",
|
|
"homepage": "https://gitlab.com/linux-rt/librtpi",
|
|
"license": "LGPL-2.1-only",
|
|
"supports": "linux"
|
|
}
|