Add pluging susbsystem to be able to write custom fetchers/unpackers/signature_checkers #3009
Unanswered
iilyak
asked this question in
Deprecated (Proposal)
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview
The aquaproj has a set of unique features which are not present in other tool managers:
Unfortunately there is only a handful of predefined ways to fetch (few github specific methods and plain http). It would be nice to have support for things like:
The aquaproj would benefit from a plugin subsystem which would allow writing plugins. One possible solution could be Extism since it allows:
It can also be used to extend installers to languages beyond golang. There are lots of tools written in rust and zig which compile into single file statically linked executable.
Why is the proposal needed?
I want to be able to extend aquaproj with support for 3rd party tools.
Note
No response
Beta Was this translation helpful? Give feedback.
All reactions