# Adding unregistered packages to JuliaRegistries/Uncurrated

**URL:** https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312
**Category:** General Usage
**Created:** [April 12, 2018, 11:07pm UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312 "2018-04-12T23:07:02Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ScottPJones](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scottpjones/32/146_2.png) [@ScottPJones](https://discourse.julialang.org/u/ScottPJones)
#### Post date: [April 12, 2018, 11:07pm UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/1 "2018-04-12T23:07:02Z")

</div>

I’d like to add the rest of the packages in the JuliaString org (besides ICU.jl, which is now the registered version since the previous one was not being maintained and is already in the new structure) to the Uncurrated repo, so that people can try using them with Pkg3.  
I think it would also be a good test for making sure that unregistered packages work well with this new system.

What would I need to do to have them added?

---

<div class="post-metadata">

### Author: ![Nosferican](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nosferican/32/9275_2.png) [@Nosferican](https://discourse.julialang.org/u/Nosferican)
#### Post date: [April 13, 2018, 12:18am UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/2 "2018-04-13T00:18:53Z")

</div>

@StefanKarpinski, can help you with that.

---

<div class="post-metadata">

### Author: ![kristoffer.carlsson](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/kristoffer.carlsson/32/22_2.png) [@kristoffer.carlsson](https://discourse.julialang.org/u/kristoffer.carlsson)
#### Post date: [April 13, 2018, 7:07am UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/3 "2018-04-13T07:07:13Z")

</div>

There will exist a similar method to register and update packages as the one currently in METADATA.

---

<div class="post-metadata">

### Author: ![ScottPJones](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/scottpjones/32/146_2.png) [@ScottPJones](https://discourse.julialang.org/u/ScottPJones)
#### Post date: [April 13, 2018, 12:00pm UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/4 "2018-04-13T12:00:38Z")

</div>

> [@kristoffer.carlsson](#):
>
> There will exist a similar method to register and update packages as the one currently in METADATA.

Supposedly, the JuliaRegistries/Uncurated is supposed to be _uncurated_, which means that people should be able to add packages without having to have make a PR and have it accepted by some privileged person or group of people (i.e. which would be curated).

---

<div class="post-metadata">

### Author: ![ChrisRackauckas](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/chrisrackauckas/32/77_2.png) [@ChrisRackauckas](https://discourse.julialang.org/u/ChrisRackauckas)
#### Post date: [April 13, 2018, 2:08pm UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/5 "2018-04-13T14:08:13Z")

</div>

> [@ScottPJones](#):
>
> Supposedly, the JuliaRegistries/Uncurated is supposed to be uncurated, which means that people should be able to add packages without having to have make a PR and have it accepted by some privileged person or group of people (i.e. which would be curated).

I assume it would at least still have the rules that it should have CI and not do unnecessary Pkg operations. Truly unprivileged is just putting it on Github itself.

---

<div class="post-metadata">

### Author: ![StefanKarpinski](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/stefankarpinski/32/24_2.png) [@StefanKarpinski](https://discourse.julialang.org/u/StefanKarpinski)
#### Post date: [April 13, 2018, 2:10pm UTC](https://discourse.julialang.org/t/adding-unregistered-packages-to-juliaregistries-uncurrated/10312/6 "2018-04-13T14:10:41Z")

</div>

For now METADATA is still the source of truth and the Uncurated registry is synced from it. Until we detach Uncurated from METADATA the only way to register packages is still METADATA.
