NodeOS / NodeOS

Lightweight operating system using Node.js as userspace

Home Page:http://node-os.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make bin-* packages open-source and unify them in one package like GNU's Binutils

Tau5 opened this issue · comments

commented

Is your feature request related to a problem? Please describe.
Right now we can`t contribute to the making of this programs and having every program in a different package is useless.

Describe the solution you'd like
Have a repository in the NodeOS organizations like binutils with all the programs in the bin-* packages with a unified package named nodeos-binutils

Describe alternatives you've considered
Having a repository for every bin-* package, but this would be very tedious.

NodeOS follows KISS principle and a minimal approach, so one package for each bin/library is the way to go. If you want, you can make a package having all of the other binary packages as dependencies. Can you describe in more detail what are you trying to achieve?