|
|
|
|
|
by azathothas
931 days ago
|
|
As my comment above stated, hysp relies on single binaries.
The default source for PKGs that's shipped with hysp, contains only statically compiled binaries.
This allows you to run a single binary anywhere on any system. And since you can host your own binaries for whatever architecture, hysp is agnostic.
Further, since only binaries are installed, there's no need for toolchains/cache or any kind of other dependencies. |
|