79257823

Date: 2024-12-06 11:35:23
Score: 2
Natty:
Report link

This was improved in Julia 1.11. Now you can

  1. ] add "https://gitlab.com/vyush/Xnumber.jl.git"

  2. Add the URL under [sources] in Project.toml, like so:

    [deps]
    ...
    Xnumber = SOME-UUID # this should automatically be created by step 1
    ...
    
    [sources]
    Xnumber = {url = "https://github.com/JuliaLang/MyUnregisteredPackage.jl"}
    
Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Herman