vishapoberon / compiler

vishap oberon compiler
http://oberon.vishap.am
GNU General Public License v3.0
186 stars 25 forks source link

package manager #56

Open norayr opened 7 years ago

norayr commented 7 years ago

might be good to have a package manager. to download, compile and install new libraries to the voc prefix.

here the simplest solution would be not to add a separate library (because it would lead to complications of compile command lines generation) but rearchive libvoc.so and libvoc.a to contain new binaries.

for the sake of simplicity, library can be characterized by the git repository and branch.

antranigv commented 7 years ago

I suggest using portage-like system: get the index, select a set of packages, install from their sources (github/other url, branch, version, etc). can we separate voc's stdlib and packages to different .so and .a files?