diff --git a/meta/libraries.json b/meta/libraries.json new file mode 100644 index 0000000..86355e8 --- /dev/null +++ b/meta/libraries.json @@ -0,0 +1,17 @@ +{ + "key": "sync", + "name": "Sync", + "authors": [ + "Tim Blechmann", + "Andrey Semashev" + ], + "description": "Thread synchronization primitives.", + "category": [ + "Concurrent" + ], + "maintainers": [ + "Tim Blechmann ", + "Andrey Semashev ", + "Vicente J. Botet Escriba " + ] +}