nolberg / Hiredis.jl

A Julia wrapper for hiredis, a minimalistic C client library for the Redis database.
MIT License
0 stars 0 forks source link

Register Hiredis.jl #1

Open nolberg opened 11 months ago

nolberg commented 11 months ago

@JuliaRegistrator register

JuliaRegistrator commented 11 months ago

Registration pull request created: JuliaRegistries/General/90146

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 75c296e80f08c23fe27da05a6538af9013788ea0
git push origin v0.1.0
nolberg commented 11 months ago

Added license and Julia compatibility. @JuliaRegistrator register

JuliaRegistrator commented 11 months ago

Registration pull request updated: JuliaRegistries/General/90146

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 9d1cf300f82166b83556080eb7e761cb56b01dfc
git push origin v0.1.0