Hello!
Recently I've received the request to add my plugin suite to your registry:
lsp-plugins/lsp-plugins#538
I found that my current type of distribution doesn't fully match the spec:
- LSP plugins are provided as a set of different plugins bundled into a single package, and there is no type 'bundle' for distribution, only 'instrument', 'generator', 'sampler', 'tool' and 'effect'. There is a need to add support of such packages. Same is true about Calf, Invada and other plugin distributions which include multiple plugins in a single package.
- There is no specification of RISC-V (32-bit, 64-bit and possible 128-bit) in file architectures. I also think that it would be nice to add other modern architectures like ppc64el, loongarch, etc.
- There is no possibility to provide an archive with source code in the file list. For this case the architecture should be set to 'noarch' or something like this and 'contains' should be something like 'source'.
- LSP Plugins provide builds for FreeBSD. There is no FreeBSD operating system support in the list of operating systems.
Hello!
Recently I've received the request to add my plugin suite to your registry:
lsp-plugins/lsp-plugins#538
I found that my current type of distribution doesn't fully match the spec: