Register a new package with v1.0

The v0.6 documentation explains how to submit your own package to the central repository. However, that page is gone in v1.0. The Pkg page in v1.0 doesn’t mention submission any more. Is there a way to submit new packages in v1.0?

By the way, if I am right, pkg.julialang.org lists all registered packages for v0.6. Is there a similar page for v1.0? More generally, where can I find more about the progress on the latest Pkg development?

1 Like

Currently for registering a package use attobot to METADATA and General will get updated. It uses REQUIRE and no Project.

Not at the moment, but is being developed.

Pkg is a stdlib so at the latest version of the Julia documentation.

1 Like

Pkg develops here: GitHub - JuliaLang/Pkg.jl: Pkg - Package manager for the Julia programming language and some of the functionality you are asking for is being developed here: GitHub - JuliaLang/PkgDev.jl: Tools for Julia package developers (in particular WIP: Upgrade PkgDev to a new 1.0 era by KristofferC · Pull Request #144 · JuliaLang/PkgDev.jl · GitHub)

1 Like

Recently, Registrator has become the way to submit packages for v1.0+ in the General repository. See Stefan’s announcement here:

And the repository for Registrator here:

2 Likes