Commit31667f3dRecorded1 Aug 2026Repositorysigil-dsp
Add docket repo descriptor, and declare the vendored tree excluded
Changed
.docket.json | 8 ++++++++
1 file changed, 8 insertions(+)Diff
.docket.jsonadded
@@ -0,0 +1,8 @@
+1
{+2
"status": "active",+3
"summary": "DSP primitives for Sigil (SoundPipe bindings)",+4
"group": "Graphics and sound",+5
"exclude": [+6
"vendor"+7
]+8
}