You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
563 B
23 lines
563 B
{
|
|
"binaries": {
|
|
"arm64": {
|
|
"link": "arch/arm64/lib/libsync.a"
|
|
},
|
|
"x64": {
|
|
"link": "arch/x64/lib/libsync.a"
|
|
}
|
|
},
|
|
"deps": [],
|
|
"format": "static",
|
|
"headers": [
|
|
"pkg/sync/include/lib/sync/internal/condition-template.h",
|
|
"pkg/sync/include/lib/sync/internal/mutex-internal.h",
|
|
"pkg/sync/include/lib/sync/completion.h",
|
|
"pkg/sync/include/lib/sync/condition.h",
|
|
"pkg/sync/include/lib/sync/mutex.h"
|
|
],
|
|
"include_dir": "pkg/sync/include",
|
|
"name": "sync",
|
|
"root": "pkg/sync",
|
|
"type": "cc_prebuilt_library"
|
|
} |