Closed Moelf closed 12 months ago
Thanks, Jerry, for your proposal.
HepMC3
and AntiKt
were developed as separate packages on purpose and can be installed from the Julia packager (e. g., add https://github.com/grasph/Antikt.jl:antiktjl
).
I don't want to move everything in the same package.
The benchmark is not a package, but I don't see it as problematic as it is not a library and is only meant to show how the results were obtained or to reproduce them. Julia package system is not adapted to executable/script. In principle, you are forced to turn the executable to a library.
Philippe.
can we make them actual packages then? seems useful
There are packages. Do you mean publishing them in the General registry?
yes. What I was trying to do in this PR is to follow https://github.com/MakieOrg/Makie.jl organization. You can totally have HepMC3.jl
living in this monorepo, but please rename the folder to HepMC3
.
And while we're at it, since this repo is called AntiKt.jl
, we should also pull stuff out of AntiKt.jl/antiktjl/
and just make the top level of this repository organized like a julia package
and re-organize code making it more like Julia package