Discover and explore top open-source AI tools and projects—updated daily.
JuliaRegistriesJulia's official package registry
Top 50.2% on SourcePulse
The JuliaRegistries/General repository serves as the default package registry for Julia, enabling its package manager, Pkg.jl, to discover and manage a vast ecosystem of community-contributed libraries. It acts as an open platform for developers to share Julia packages, making them easily accessible to users worldwide and fostering a robust, collaborative environment.
How It Works
This registry stores metadata about Julia packages, including versions and dependencies. New packages and updates are submitted via pull requests to this repository, a process largely automated by tools like Registrator.jl and TagBot. This automated workflow ensures efficient, consistent updates, facilitating the seamless integration of new packages into the Julia ecosystem.
Quick Start & Requirements
Pkg.add("PackageName") or ] add PackageName in the Pkg REPL. Direct URL installation is also supported.Registrator.jl.Registrator.jl README and Pkg documentation on registries are available.Highlighted Details
Registrator.jl meeting specific criteria merge automatically. New packages have a 3-day waiting period for community feedback; new versions and JLL packages have a 15-minute wait.Maintenance & Community
The registry is a shared resource for the Julia community, welcoming contributions and suggestions. Discussions and help regarding package registration can be found on the official Julia Slack or Zulip channels (e.g., #pkg-registration). Decisions regarding the registry are at the discretion of its maintainers. Active pull request merging, automated checks, and community engagement channels indicate a healthy, actively maintained project.
Licensing & Compatibility
Registered packages must possess an OSI-approved license. The registry itself facilitates use with Julia's Pkg.jl package manager. Commercial compatibility depends on the individual package's license, not the registry itself.
Limitations & Caveats
6 hours ago
Inactive
patched-codes