Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 451 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 451 Bytes

Custom Julia package registry for the LEGEND experiment

This registry is intended for open-source Julia packages developed for the LEGEND experiment that are too application-specific for the Julia General registry.

To activate this registry, start Julia and run

julia> using Pkg; pkg"registry add General https://github.com/legend-exp/LegendJuliaRegistry.git"