On 2018/06/07 17:32, fredl wrote: > I just took a look. These are a LOT of extra libraries. > > Is the first version really not ok? The version with the binaries? > I can try to get this ~20 extra libraries working, but alone the extra effort > for the version control seems odd in the long run.
This is the normal state of affairs for the "new" languages that have their own built-in package management and heavy use of "vendoring" (i.e. making copies of specific versions of libraries all over the place). It completely sucks.
