oscar-system / GAP_pkg

Julia wrapper packages for GAP packages
MIT License
0 stars 0 forks source link

Move the common code into a helper package akin to `JLLWrappers.jl` #12

Open fingolfin opened 1 year ago

fingolfin commented 1 year ago

This allows us to improve the wrapper packages by updating this shared package, instead of having to regenerate all wrapper packages each time we improve the wrapper code generator.

It might also improve precompilation and/or load times a bit (I think that was one of the motivations for JLLWrappers.jl), but that's at beast secondary for me right now.