2
0
mirror of https://github.com/boostorg/sync.git synced 2026-01-19 04:42:12 +00:00

Added libraries.json.

This commit is contained in:
Andrey Semashev
2015-01-08 14:15:16 +03:00
parent fae51081cf
commit 31857b15f7

17
meta/libraries.json Normal file
View File

@@ -0,0 +1,17 @@
{
"key": "sync",
"name": "Sync",
"authors": [
"Tim Blechmann",
"Andrey Semashev"
],
"description": "Thread synchronization primitives.",
"category": [
"Concurrent"
],
"maintainers": [
"Tim Blechmann <tim -at- klingt.org>",
"Andrey Semashev <andrey.semashev -at- gmail.com>",
"Vicente J. Botet Escriba <vicente.botet -at- wanadoo.fr>"
]
}