reactor-effect-native 0.0.0-reserved.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. package/Dockerfile +38 -0
  2. package/LICENSE +201 -0
  3. package/NOTICE +28 -0
  4. package/README.md +106 -2
  5. package/dist/_internal/bridge.d.ts +49 -0
  6. package/dist/_internal/bridge.d.ts.map +1 -0
  7. package/dist/_internal/bridge.js +452 -0
  8. package/dist/_internal/bridge.js.map +1 -0
  9. package/dist/_internal/peer.d.ts +57 -0
  10. package/dist/_internal/peer.d.ts.map +1 -0
  11. package/dist/_internal/peer.js +479 -0
  12. package/dist/_internal/peer.js.map +1 -0
  13. package/dist/index.d.ts +25 -0
  14. package/dist/index.d.ts.map +1 -0
  15. package/dist/index.js +41 -0
  16. package/dist/index.js.map +1 -0
  17. package/lib/darwin-arm64/libreactor_effect_native.dylib +0 -0
  18. package/lib/darwin-arm64/native-identity.json +18 -0
  19. package/lib/linux-x64/libreactor_effect_native.so +0 -0
  20. package/lib/linux-x64/native-identity.json +20 -0
  21. package/notices/effect-LICENSE +21 -0
  22. package/notices/native-rust/NOTICE.md +27 -0
  23. package/notices/native-rust/bytes-1.12.1-LICENSE +25 -0
  24. package/notices/native-rust/itoa-1.0.18-LICENSE-APACHE +176 -0
  25. package/notices/native-rust/memchr-2.8.3-LICENSE-MIT +21 -0
  26. package/notices/native-rust/prost-0.13.5-LICENSE +201 -0
  27. package/notices/native-rust/serde-1.0.229-LICENSE-APACHE +176 -0
  28. package/notices/native-rust/serde_json-1.0.151-LICENSE-APACHE +176 -0
  29. package/notices/native-rust/zmij-1.0.23-LICENSE-MIT +23 -0
  30. package/notices/reactor-webrtc/WebRTC-LICENSE +29 -0
  31. package/notices/reactor-webrtc/WebRTC-PATENTS +24 -0
  32. package/notices/reactor-webrtc/reactor-webrtc-linux-x64-release.sbom.json +660 -0
  33. package/notices/reactor-webrtc/reactor-webrtc-mac-arm64-release.sbom.json +631 -0
  34. package/notices/reactor-webrtc/third-party/README.md +58 -0
  35. package/notices/reactor-webrtc/third-party/abseil-cpp/LICENSE +203 -0
  36. package/notices/reactor-webrtc/third-party/abseil-cpp/README.chromium +55 -0
  37. package/notices/reactor-webrtc/third-party/boringssl/LICENSE +238 -0
  38. package/notices/reactor-webrtc/third-party/boringssl/README.chromium +15 -0
  39. package/notices/reactor-webrtc/third-party/compiler-rt/LICENSE.TXT +311 -0
  40. package/notices/reactor-webrtc/third-party/compiler-rt/README.chromium +15 -0
  41. package/notices/reactor-webrtc/third-party/cpuinfo/LICENSE +27 -0
  42. package/notices/reactor-webrtc/third-party/cpuinfo/README.chromium +15 -0
  43. package/notices/reactor-webrtc/third-party/dav1d/LICENSE +23 -0
  44. package/notices/reactor-webrtc/third-party/dav1d/README.chromium +40 -0
  45. package/notices/reactor-webrtc/third-party/farmhash/LICENSE +19 -0
  46. package/notices/reactor-webrtc/third-party/farmhash/README.chromium +21 -0
  47. package/notices/reactor-webrtc/third-party/fft2d/LICENSE +3 -0
  48. package/notices/reactor-webrtc/third-party/fft2d/README.chromium +24 -0
  49. package/notices/reactor-webrtc/third-party/flatbuffers/LICENSE +202 -0
  50. package/notices/reactor-webrtc/third-party/flatbuffers/README.chromium +18 -0
  51. package/notices/reactor-webrtc/third-party/fp16/LICENSE +12 -0
  52. package/notices/reactor-webrtc/third-party/fp16/README.chromium +16 -0
  53. package/notices/reactor-webrtc/third-party/fxdiv/LICENSE +10 -0
  54. package/notices/reactor-webrtc/third-party/fxdiv/README.chromium +16 -0
  55. package/notices/reactor-webrtc/third-party/gemmlowp/LICENSE +202 -0
  56. package/notices/reactor-webrtc/third-party/gemmlowp/README.chromium +14 -0
  57. package/notices/reactor-webrtc/third-party/grpc/LICENSE +610 -0
  58. package/notices/reactor-webrtc/third-party/grpc/README.chromium +30 -0
  59. package/notices/reactor-webrtc/third-party/jsoncpp/LICENSE +55 -0
  60. package/notices/reactor-webrtc/third-party/jsoncpp/README.chromium +20 -0
  61. package/notices/reactor-webrtc/third-party/libaom/LICENSE +27 -0
  62. package/notices/reactor-webrtc/third-party/libaom/PATENTS +108 -0
  63. package/notices/reactor-webrtc/third-party/libaom/README.chromium +61 -0
  64. package/notices/reactor-webrtc/third-party/libgav1/LICENSE +202 -0
  65. package/notices/reactor-webrtc/third-party/libgav1/README.chromium +33 -0
  66. package/notices/reactor-webrtc/third-party/libjpeg_turbo/LICENSE.md.chromium +236 -0
  67. package/notices/reactor-webrtc/third-party/libjpeg_turbo/README.chromium +66 -0
  68. package/notices/reactor-webrtc/third-party/libsrtp/LICENSE +35 -0
  69. package/notices/reactor-webrtc/third-party/libsrtp/README.chromium +17 -0
  70. package/notices/reactor-webrtc/third-party/libvpx/LICENSE +31 -0
  71. package/notices/reactor-webrtc/third-party/libvpx/PATENTS +23 -0
  72. package/notices/reactor-webrtc/third-party/libvpx/README.chromium +73 -0
  73. package/notices/reactor-webrtc/third-party/libyuv/LICENSE +29 -0
  74. package/notices/reactor-webrtc/third-party/libyuv/README.chromium +13 -0
  75. package/notices/reactor-webrtc/third-party/neon_2_sse/LICENSE +29 -0
  76. package/notices/reactor-webrtc/third-party/neon_2_sse/README.chromium +21 -0
  77. package/notices/reactor-webrtc/third-party/opus/COPYING +44 -0
  78. package/notices/reactor-webrtc/third-party/opus/README.chromium +41 -0
  79. package/notices/reactor-webrtc/third-party/perfetto/LICENSE +285 -0
  80. package/notices/reactor-webrtc/third-party/perfetto/README.chromium +12 -0
  81. package/notices/reactor-webrtc/third-party/pffft/LICENSE +45 -0
  82. package/notices/reactor-webrtc/third-party/pffft/README.chromium +43 -0
  83. package/notices/reactor-webrtc/third-party/protobuf/LICENSE +32 -0
  84. package/notices/reactor-webrtc/third-party/protobuf/README.chromium +325 -0
  85. package/notices/reactor-webrtc/third-party/pthreadpool/LICENSE +26 -0
  86. package/notices/reactor-webrtc/third-party/pthreadpool/README.chromium +19 -0
  87. package/notices/reactor-webrtc/third-party/re2/LICENSE +27 -0
  88. package/notices/reactor-webrtc/third-party/re2/README.chromium +15 -0
  89. package/notices/reactor-webrtc/third-party/rnnoise/COPYING +31 -0
  90. package/notices/reactor-webrtc/third-party/rnnoise/README.chromium +30 -0
  91. package/notices/reactor-webrtc/third-party/ruy/LICENSE +202 -0
  92. package/notices/reactor-webrtc/third-party/ruy/README.chromium +20 -0
  93. package/notices/reactor-webrtc/third-party/tflite/LICENSE +203 -0
  94. package/notices/reactor-webrtc/third-party/tflite/README.chromium +22 -0
  95. package/notices/reactor-webrtc/third-party/xnnpack/LICENSE +31 -0
  96. package/notices/reactor-webrtc/third-party/xnnpack/README.chromium +18 -0
  97. package/notices/reactor-webrtc/third-party/zlib/LICENSE +22 -0
  98. package/notices/reactor-webrtc/third-party/zlib/README.chromium +38 -0
  99. package/notices/reactor-webrtc-LICENSE +201 -0
  100. package/notices/reactor-webrtc-NOTICE.md +32 -0
  101. package/package.json +54 -4
  102. package/rust/.cargo/config.toml +5 -0
  103. package/rust/Cargo.lock +208 -0
  104. package/rust/Cargo.toml +19 -0
  105. package/rust/build.rs +159 -0
  106. package/rust/include/reactor_effect_native.h +118 -0
  107. package/rust/src/lib.rs +2343 -0
  108. package/scripts/build.sh +35 -0
  109. package/scripts/install-linux-toolchain.sh +47 -0
  110. package/scripts/stage.mjs +107 -0
  111. package/scripts/stage.sh +31 -0
@@ -0,0 +1,631 @@
1
+ {
2
+ "bomFormat": "CycloneDX",
3
+ "components": [
4
+ {
5
+ "bom-ref": "pkg:generic/Abseil@cb9a36d737ceaca2bdb1bc62a20b43ed42ec0ae2",
6
+ "externalReferences": [
7
+ {
8
+ "type": "vcs",
9
+ "url": "https://github.com/abseil/abseil-cpp"
10
+ }
11
+ ],
12
+ "licenses": [
13
+ {
14
+ "license": {
15
+ "name": "Apache-2.0"
16
+ }
17
+ }
18
+ ],
19
+ "name": "Abseil",
20
+ "type": "library",
21
+ "version": "cb9a36d737ceaca2bdb1bc62a20b43ed42ec0ae2"
22
+ },
23
+ {
24
+ "bom-ref": "pkg:generic/BoringSSL@606d3a344dae49672ea567f6719e1fc092a4ae6a",
25
+ "externalReferences": [
26
+ {
27
+ "type": "vcs",
28
+ "url": "https://boringssl.googlesource.com/boringssl"
29
+ }
30
+ ],
31
+ "licenses": [
32
+ {
33
+ "license": {
34
+ "name": "Apache-2.0"
35
+ }
36
+ },
37
+ {
38
+ "license": {
39
+ "name": "BSD-3-Clause"
40
+ }
41
+ }
42
+ ],
43
+ "name": "BoringSSL",
44
+ "type": "library",
45
+ "version": "606d3a344dae49672ea567f6719e1fc092a4ae6a"
46
+ },
47
+ {
48
+ "bom-ref": "pkg:generic/cpuinfo@ea6b9f1bb6e1001d8b21574d5bc78ddef62e499d",
49
+ "externalReferences": [
50
+ {
51
+ "type": "vcs",
52
+ "url": "https://github.com/pytorch/cpuinfo"
53
+ }
54
+ ],
55
+ "licenses": [
56
+ {
57
+ "license": {
58
+ "name": "BSD-2-Clause"
59
+ }
60
+ }
61
+ ],
62
+ "name": "cpuinfo",
63
+ "type": "library",
64
+ "version": "ea6b9f1bb6e1001d8b21574d5bc78ddef62e499d"
65
+ },
66
+ {
67
+ "bom-ref": "pkg:generic/dav1d is an AV1 decoder :)@master",
68
+ "externalReferences": [
69
+ {
70
+ "type": "vcs",
71
+ "url": "https://code.videolan.org/videolan/dav1d"
72
+ }
73
+ ],
74
+ "licenses": [
75
+ {
76
+ "license": {
77
+ "name": "BSD-2-Clause"
78
+ }
79
+ }
80
+ ],
81
+ "name": "dav1d is an AV1 decoder :)",
82
+ "type": "library",
83
+ "version": "master"
84
+ },
85
+ {
86
+ "bom-ref": "pkg:generic/FarmHash@1.1",
87
+ "externalReferences": [
88
+ {
89
+ "type": "vcs",
90
+ "url": "https://github.com/google/farmhash"
91
+ }
92
+ ],
93
+ "licenses": [
94
+ {
95
+ "license": {
96
+ "name": "MIT"
97
+ }
98
+ }
99
+ ],
100
+ "name": "FarmHash",
101
+ "type": "library",
102
+ "version": "1.1"
103
+ },
104
+ {
105
+ "bom-ref": "pkg:generic/2-dim General Purpose FFT (Fast Fourier/Cosine/Sine Transform) Package@2006/12/28",
106
+ "externalReferences": [
107
+ {
108
+ "type": "vcs",
109
+ "url": "http://www.kurims.kyoto-u.ac.jp/~ooura/fft.html"
110
+ }
111
+ ],
112
+ "licenses": [
113
+ {
114
+ "license": {
115
+ "name": "FFT2D"
116
+ }
117
+ }
118
+ ],
119
+ "name": "2-dim General Purpose FFT (Fast Fourier/Cosine/Sine Transform) Package",
120
+ "type": "library",
121
+ "version": "2006/12/28"
122
+ },
123
+ {
124
+ "bom-ref": "pkg:generic/FlatBuffers@a86afae9399bbe631d1ea0783f8816e780e236cc",
125
+ "externalReferences": [
126
+ {
127
+ "type": "vcs",
128
+ "url": "https://github.com/google/flatbuffers"
129
+ }
130
+ ],
131
+ "licenses": [
132
+ {
133
+ "license": {
134
+ "name": "Apache-2.0"
135
+ }
136
+ }
137
+ ],
138
+ "name": "FlatBuffers",
139
+ "type": "library",
140
+ "version": "a86afae9399bbe631d1ea0783f8816e780e236cc"
141
+ },
142
+ {
143
+ "bom-ref": "pkg:generic/FP16@3d2de1816307bac63c16a297e8c4dc501b4076df",
144
+ "externalReferences": [
145
+ {
146
+ "type": "vcs",
147
+ "url": "https://github.com/Maratyszcza/FP16"
148
+ }
149
+ ],
150
+ "licenses": [
151
+ {
152
+ "license": {
153
+ "name": "MIT"
154
+ }
155
+ }
156
+ ],
157
+ "name": "FP16",
158
+ "type": "library",
159
+ "version": "3d2de1816307bac63c16a297e8c4dc501b4076df"
160
+ },
161
+ {
162
+ "bom-ref": "pkg:generic/FXDiv@63058eff77e11aa15bf531df5dd34395ec3017c8",
163
+ "externalReferences": [
164
+ {
165
+ "type": "vcs",
166
+ "url": "https://github.com/Maratyszcza/FXdiv"
167
+ }
168
+ ],
169
+ "licenses": [
170
+ {
171
+ "license": {
172
+ "name": "MIT"
173
+ }
174
+ }
175
+ ],
176
+ "name": "FXDiv",
177
+ "type": "library",
178
+ "version": "63058eff77e11aa15bf531df5dd34395ec3017c8"
179
+ },
180
+ {
181
+ "bom-ref": "pkg:generic/gemmlowp@16e8662c34917be0065110bfcd9cc27d30f52fdf",
182
+ "externalReferences": [
183
+ {
184
+ "type": "vcs",
185
+ "url": "https://github.com/google/gemmlowp"
186
+ }
187
+ ],
188
+ "licenses": [
189
+ {
190
+ "license": {
191
+ "name": "Apache-2.0"
192
+ }
193
+ }
194
+ ],
195
+ "name": "gemmlowp",
196
+ "type": "library",
197
+ "version": "16e8662c34917be0065110bfcd9cc27d30f52fdf"
198
+ },
199
+ {
200
+ "bom-ref": "pkg:generic/grpc@v1.71.0-dev",
201
+ "externalReferences": [
202
+ {
203
+ "type": "vcs",
204
+ "url": "https://github.com/grpc/grpc"
205
+ }
206
+ ],
207
+ "licenses": [
208
+ {
209
+ "license": {
210
+ "name": "BSD-3-Clause"
211
+ }
212
+ },
213
+ {
214
+ "license": {
215
+ "name": "Apache-2.0"
216
+ }
217
+ },
218
+ {
219
+ "license": {
220
+ "name": "MPL-2.0"
221
+ }
222
+ }
223
+ ],
224
+ "name": "grpc",
225
+ "type": "library",
226
+ "version": "v1.71.0-dev"
227
+ },
228
+ {
229
+ "bom-ref": "pkg:generic/jsoncpp@800aa28c493590c539cb7baf445016cc9b8702ef",
230
+ "externalReferences": [
231
+ {
232
+ "type": "vcs",
233
+ "url": "https://github.com/open-source-parsers/jsoncpp"
234
+ }
235
+ ],
236
+ "licenses": [
237
+ {
238
+ "license": {
239
+ "name": "JsonCPP"
240
+ }
241
+ }
242
+ ],
243
+ "name": "jsoncpp",
244
+ "type": "library",
245
+ "version": "800aa28c493590c539cb7baf445016cc9b8702ef"
246
+ },
247
+ {
248
+ "bom-ref": "pkg:generic/Alliance for Open Media Video Codec@91f00106883401aef4e052c7fec2163d5f71d44e",
249
+ "externalReferences": [
250
+ {
251
+ "type": "vcs",
252
+ "url": "https://aomedia.googlesource.com/aom/"
253
+ }
254
+ ],
255
+ "licenses": [
256
+ {
257
+ "license": {
258
+ "name": "Alliance-for-Open-Media-Patent"
259
+ }
260
+ },
261
+ {
262
+ "license": {
263
+ "name": "BSD-2-Clause"
264
+ }
265
+ }
266
+ ],
267
+ "name": "Alliance for Open Media Video Codec",
268
+ "type": "library",
269
+ "version": "91f00106883401aef4e052c7fec2163d5f71d44e"
270
+ },
271
+ {
272
+ "bom-ref": "pkg:generic/libgav1@66ac17620652635392f6ab24065c77b035e281c9",
273
+ "externalReferences": [
274
+ {
275
+ "type": "vcs",
276
+ "url": "https://chromium.googlesource.com/codecs/libgav1/"
277
+ }
278
+ ],
279
+ "licenses": [
280
+ {
281
+ "license": {
282
+ "name": "Apache-2.0"
283
+ }
284
+ }
285
+ ],
286
+ "name": "libgav1",
287
+ "type": "library",
288
+ "version": "66ac17620652635392f6ab24065c77b035e281c9"
289
+ },
290
+ {
291
+ "bom-ref": "pkg:generic/libjpeg-turbo@3.1.0",
292
+ "externalReferences": [
293
+ {
294
+ "type": "vcs",
295
+ "url": "https://github.com/libjpeg-turbo/libjpeg-turbo/"
296
+ }
297
+ ],
298
+ "licenses": [
299
+ {
300
+ "license": {
301
+ "name": "IJG"
302
+ }
303
+ },
304
+ {
305
+ "license": {
306
+ "name": "BSD-3-Clause"
307
+ }
308
+ }
309
+ ],
310
+ "name": "libjpeg-turbo",
311
+ "type": "library",
312
+ "version": "3.1.0"
313
+ },
314
+ {
315
+ "bom-ref": "pkg:generic/libsrtp@24b3bf8f19b6f5ab4cd2bcceb4f4064efca (v\u2489.8.0)",
316
+ "externalReferences": [
317
+ {
318
+ "type": "vcs",
319
+ "url": "https://github.com/cisco/libsrtp"
320
+ }
321
+ ],
322
+ "licenses": [
323
+ {
324
+ "license": {
325
+ "name": "BSD-3-Clause"
326
+ }
327
+ }
328
+ ],
329
+ "name": "libsrtp",
330
+ "type": "library",
331
+ "version": "24b3bf8f19b6f5ab4cd2bcceb4f4064efca (v\u2489.8.0)"
332
+ },
333
+ {
334
+ "bom-ref": "pkg:generic/libvpx@572f663c893499db9e7f69bb2fec821eae6b1c40",
335
+ "externalReferences": [
336
+ {
337
+ "type": "vcs",
338
+ "url": "https://chromium.googlesource.com/webm/libvpx"
339
+ }
340
+ ],
341
+ "licenses": [
342
+ {
343
+ "license": {
344
+ "name": "BSD-3-Clause"
345
+ }
346
+ },
347
+ {
348
+ "license": {
349
+ "name": "WebM-Project-Patent"
350
+ }
351
+ }
352
+ ],
353
+ "name": "libvpx",
354
+ "type": "library",
355
+ "version": "572f663c893499db9e7f69bb2fec821eae6b1c40"
356
+ },
357
+ {
358
+ "bom-ref": "pkg:generic/libyuv@1948",
359
+ "externalReferences": [
360
+ {
361
+ "type": "vcs",
362
+ "url": "https://chromium.googlesource.com/libyuv/libyuv/"
363
+ }
364
+ ],
365
+ "licenses": [
366
+ {
367
+ "license": {
368
+ "name": "BSD-3-Clause"
369
+ }
370
+ }
371
+ ],
372
+ "name": "libyuv",
373
+ "type": "library",
374
+ "version": "1948"
375
+ },
376
+ {
377
+ "bom-ref": "pkg:generic/ARM_NEON_2_x86_SSE@eb8b80b28f956275e291ea04a7beb5ed8289e872",
378
+ "externalReferences": [
379
+ {
380
+ "type": "vcs",
381
+ "url": "https://github.com/intel/ARM_NEON_2_x86_SSE"
382
+ }
383
+ ],
384
+ "licenses": [
385
+ {
386
+ "license": {
387
+ "name": "BSD-Source-Code"
388
+ }
389
+ }
390
+ ],
391
+ "name": "ARM_NEON_2_x86_SSE",
392
+ "type": "library",
393
+ "version": "eb8b80b28f956275e291ea04a7beb5ed8289e872"
394
+ },
395
+ {
396
+ "bom-ref": "pkg:generic/opus@55513e81",
397
+ "externalReferences": [
398
+ {
399
+ "type": "vcs",
400
+ "url": "https://gitlab.xiph.org/xiph/opus"
401
+ }
402
+ ],
403
+ "licenses": [
404
+ {
405
+ "license": {
406
+ "name": "Opus-Patent-BSD-3-Clause"
407
+ }
408
+ }
409
+ ],
410
+ "name": "opus",
411
+ "type": "library",
412
+ "version": "55513e81"
413
+ },
414
+ {
415
+ "bom-ref": "pkg:generic/Perfetto@DEPS",
416
+ "externalReferences": [
417
+ {
418
+ "type": "vcs",
419
+ "url": "https://github.com/google/perfetto/"
420
+ }
421
+ ],
422
+ "licenses": [
423
+ {
424
+ "license": {
425
+ "name": "blessing"
426
+ }
427
+ },
428
+ {
429
+ "license": {
430
+ "name": "BSD-3-Clause"
431
+ }
432
+ },
433
+ {
434
+ "license": {
435
+ "name": "Apache-2.0"
436
+ }
437
+ }
438
+ ],
439
+ "name": "Perfetto",
440
+ "type": "library",
441
+ "version": "DEPS"
442
+ },
443
+ {
444
+ "bom-ref": "pkg:generic/PFFFT: a pretty fast FFT.@483453d8f766",
445
+ "externalReferences": [
446
+ {
447
+ "type": "vcs",
448
+ "url": "https://bitbucket.org/jpommier/pffft/"
449
+ }
450
+ ],
451
+ "licenses": [
452
+ {
453
+ "license": {
454
+ "name": "pffft"
455
+ }
456
+ }
457
+ ],
458
+ "name": "PFFFT: a pretty fast FFT.",
459
+ "type": "library",
460
+ "version": "483453d8f766"
461
+ },
462
+ {
463
+ "bom-ref": "pkg:generic/Protocol Buffers@33.0",
464
+ "externalReferences": [
465
+ {
466
+ "type": "vcs",
467
+ "url": "https://github.com/google/protobuf"
468
+ }
469
+ ],
470
+ "licenses": [
471
+ {
472
+ "license": {
473
+ "name": "BSD-3-Clause"
474
+ }
475
+ }
476
+ ],
477
+ "name": "Protocol Buffers",
478
+ "type": "library",
479
+ "version": "33.0"
480
+ },
481
+ {
482
+ "bom-ref": "pkg:generic/pthreadpool@02460584c6092e527c8b89f7df4de143d70e801f",
483
+ "externalReferences": [
484
+ {
485
+ "type": "vcs",
486
+ "url": "https://github.com/google/pthreadpool"
487
+ }
488
+ ],
489
+ "licenses": [
490
+ {
491
+ "license": {
492
+ "name": "BSD-2-Clause"
493
+ }
494
+ }
495
+ ],
496
+ "name": "pthreadpool",
497
+ "type": "library",
498
+ "version": "02460584c6092e527c8b89f7df4de143d70e801f"
499
+ },
500
+ {
501
+ "bom-ref": "pkg:generic/re2 - an efficient, principled regular expression library@1e44e72d31ddc66b783a545e9d9fcaa876a146b7",
502
+ "externalReferences": [
503
+ {
504
+ "type": "vcs",
505
+ "url": "https://github.com/google/re2"
506
+ }
507
+ ],
508
+ "licenses": [
509
+ {
510
+ "license": {
511
+ "name": "BSD-3-Clause"
512
+ }
513
+ }
514
+ ],
515
+ "name": "re2 - an efficient, principled regular expression library",
516
+ "type": "library",
517
+ "version": "1e44e72d31ddc66b783a545e9d9fcaa876a146b7"
518
+ },
519
+ {
520
+ "bom-ref": "pkg:generic/Recurrent neural network for audio noise reduction@91ef401f4c3536c6de999ac609262691ec888c4c",
521
+ "externalReferences": [
522
+ {
523
+ "type": "vcs",
524
+ "url": "https://github.com/xiph/rnnoise"
525
+ }
526
+ ],
527
+ "licenses": [
528
+ {
529
+ "license": {
530
+ "name": "BSD-3-Clause"
531
+ }
532
+ }
533
+ ],
534
+ "name": "Recurrent neural network for audio noise reduction",
535
+ "type": "library",
536
+ "version": "91ef401f4c3536c6de999ac609262691ec888c4c"
537
+ },
538
+ {
539
+ "bom-ref": "pkg:generic/The ruy matrix multiplication library@1e6e50872655a73b5250f954d7b9da9a87292fd3",
540
+ "externalReferences": [
541
+ {
542
+ "type": "vcs",
543
+ "url": "https://github.com/google/ruy"
544
+ }
545
+ ],
546
+ "licenses": [
547
+ {
548
+ "license": {
549
+ "name": "Apache-2.0"
550
+ }
551
+ }
552
+ ],
553
+ "name": "The ruy matrix multiplication library",
554
+ "type": "library",
555
+ "version": "1e6e50872655a73b5250f954d7b9da9a87292fd3"
556
+ },
557
+ {
558
+ "bom-ref": "pkg:generic/TensorFlow Lite@66fe77c30816f9c0a503fb9f2f12fdb56c6eee76",
559
+ "externalReferences": [
560
+ {
561
+ "type": "vcs",
562
+ "url": "https://github.com/tensorflow/tensorflow"
563
+ }
564
+ ],
565
+ "licenses": [
566
+ {
567
+ "license": {
568
+ "name": "Apache-2.0"
569
+ }
570
+ }
571
+ ],
572
+ "name": "TensorFlow Lite",
573
+ "type": "library",
574
+ "version": "66fe77c30816f9c0a503fb9f2f12fdb56c6eee76"
575
+ },
576
+ {
577
+ "bom-ref": "pkg:generic/XNNPACK@4b7c368f5e48d9292c5834593c2f83e66b55ce83",
578
+ "externalReferences": [
579
+ {
580
+ "type": "vcs",
581
+ "url": "https://github.com/google/xnnpack"
582
+ }
583
+ ],
584
+ "licenses": [
585
+ {
586
+ "license": {
587
+ "name": "BSD-3-Clause"
588
+ }
589
+ }
590
+ ],
591
+ "name": "XNNPACK",
592
+ "type": "library",
593
+ "version": "4b7c368f5e48d9292c5834593c2f83e66b55ce83"
594
+ },
595
+ {
596
+ "bom-ref": "pkg:generic/zlib@1.3.2",
597
+ "externalReferences": [
598
+ {
599
+ "type": "vcs",
600
+ "url": "https://github.com/madler/zlib"
601
+ }
602
+ ],
603
+ "licenses": [
604
+ {
605
+ "license": {
606
+ "name": "Zlib"
607
+ }
608
+ }
609
+ ],
610
+ "name": "zlib",
611
+ "type": "library",
612
+ "version": "1.3.2"
613
+ }
614
+ ],
615
+ "metadata": {
616
+ "component": {
617
+ "description": "Reactor's owned libwebrtc build",
618
+ "name": "reactor-webrtc-mac-arm64-release",
619
+ "type": "library",
620
+ "version": "branch-heads/7907+a5ddff6086d9"
621
+ },
622
+ "timestamp": "2026-09-15T16:07:51Z",
623
+ "tools": [
624
+ {
625
+ "name": "reactor webrtc-build/sbom.py"
626
+ }
627
+ ]
628
+ },
629
+ "specVersion": "1.5",
630
+ "version": 1
631
+ }
@@ -0,0 +1,58 @@
1
+ # libwebrtc third-party redistribution texts
2
+
3
+ These files correspond to the shipped third-party components enumerated by the
4
+ retained macOS arm64 and Linux x64 CycloneDX SBOMs for Reactor's
5
+ `webrtc-7907-a5ddff60-p9` prebuilt.
6
+
7
+ The WebRTC source commit is
8
+ `a5ddff6086d96fd2356ad6c521525ea2803f7988`. Its `DEPS` pins Chromium's
9
+ `src/third_party` metadata repository at
10
+ `badac9a00faad01312d758916a208554e9fbd5b7` and separately pins source
11
+ checkouts used below. `README.chromium` is retained beside every license file so
12
+ its component name, declared license, `License File` path, and source metadata
13
+ remain reviewable.
14
+
15
+ For components whose declared license file is owned by the pinned Chromium
16
+ `src/third_party` repository, the source below is `chromium-third-party`. For a
17
+ license file inside a separately checked-out dependency, the exact repository
18
+ and WebRTC `DEPS` revision are named explicitly.
19
+
20
+ | Component directory | License text source | Retained declared files |
21
+ | --- | --- | --- |
22
+ | `abseil-cpp` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
23
+ | `boringssl` | boringssl `606d3a344dae49672ea567f6719e1fc092a4ae6a` | `README.chromium`, `LICENSE` |
24
+ | `compiler-rt` | compiler-rt `242e3a3fe72644e47bfd432ed03bcd5b38360309` | `README.chromium`, `LICENSE.TXT` |
25
+ | `cpuinfo` | cpuinfo `ea6b9f1bb6e1001d8b21574d5bc78ddef62e499d` | `README.chromium`, `LICENSE` |
26
+ | `dav1d` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
27
+ | `farmhash` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
28
+ | `fft2d` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
29
+ | `flatbuffers` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
30
+ | `fp16` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
31
+ | `fxdiv` | FXdiv `63058eff77e11aa15bf531df5dd34395ec3017c8` | `README.chromium`, `LICENSE` |
32
+ | `gemmlowp` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
33
+ | `grpc` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
34
+ | `jsoncpp` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
35
+ | `libaom` | AOM `91f00106883401aef4e052c7fec2163d5f71d44e` | `README.chromium`, `LICENSE`, `PATENTS` |
36
+ | `libgav1` | libgav1 `66ac17620652635392f6ab24065c77b035e281c9` | `README.chromium`, `LICENSE` |
37
+ | `libjpeg_turbo` | Chromium libjpeg-turbo wrapper `640f254ad0fa03f6b1f29f89b7dd9366f2f6e533` | `README.chromium`, `LICENSE.md.chromium` |
38
+ | `libsrtp` | Chromium libsrtp wrapper `cd5d177bf1fde755ddb4c7f0d9ff7693f8b49e5e` | `README.chromium`, `LICENSE` |
39
+ | `libvpx` | libvpx `572f663c893499db9e7f69bb2fec821eae6b1c40` | `README.chromium`, `LICENSE`, `PATENTS` |
40
+ | `libyuv` | libyuv `d23308a2a7442be8e559b1b471862fd7588d6a57` | `README.chromium`, `LICENSE` |
41
+ | `neon_2_sse` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
42
+ | `opus` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `COPYING` |
43
+ | `perfetto` | Perfetto `c0ded1eb0575360eb130f72bf78c079ee15debbe` | `README.chromium`, `LICENSE` |
44
+ | `pffft` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
45
+ | `protobuf` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
46
+ | `pthreadpool` | pthreadpool `02460584c6092e527c8b89f7df4de143d70e801f` | `README.chromium`, `LICENSE` |
47
+ | `re2` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
48
+ | `rnnoise` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `COPYING` |
49
+ | `ruy` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
50
+ | `tflite` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
51
+ | `xnnpack` | XNNPACK `4b7c368f5e48d9292c5834593c2f83e66b55ce83` | `README.chromium`, `LICENSE` |
52
+ | `zlib` | chromium-third-party `badac9a00faad01312d758916a208554e9fbd5b7` | `README.chromium`, `LICENSE` |
53
+
54
+ `compiler-rt` appears only in the retained Linux x64 SBOM; the other 30
55
+ components are present in the retained macOS arm64 SBOM. The SBOMs remain the
56
+ artifact-specific inventory. This directory supplies the corresponding declared
57
+ license/copyright and patent texts; the SBOM license identifiers alone are not
58
+ treated as redistribution text.