Publishing a library I don't own?

I’m wanting to use this library, it seems to be correctly set up with the files needed, but it doesn’t seem to be in the registry yet. Can/should someone other than the owner publish it to the registry?

If not, what’s the best way to include it in my project?

Cheers

Sol

Ive used the pio pkg install command for the moment to install it. Would still like to see it in the repo though!

See

I did read the documentation, but I couldn’t find language around if someone who didn’t write/own a library could/should publish it to the registry. Could you confirm either way?

Just my 2 cents:

The topic asks for “Publishing a library I don’t own”

This is different to

I’m wanting to use this library,

If you just want to use this library, you can simply put in your platformio.ini:

lib_deps = 
  https://github.com/hpwit/I2SClocklessLedDriver

There is no need to publish the library to the registry.

About the publishing question:

What does the author of the library say about registering it in the PlatformIO registry? And if the author agrees, please ask yourself if you are willing to maintain the library in the registry and keep it up to date.

Again, these are just my thoughts.

That is a good point, I should have worded it “I’m wanting to use this library, but would prefer this managed through the registry than directly pulling from the repo”

Also a good point about what the author would want, I was coming from if it would be gainst any rules of platformio if I submitted it. Will open an issue on the repo asking the author to add it.
Thanks