opm
opm copied to clipboard
OpenResty Package Manager
I am getting this error: ```curl: (60) SSL certificate problem: unable to get local issuer certificate``` while trying to get any package from OPM
Hi, I automatically install opm libraries when deploying OpenResty. This has a tendency to fail due to SSL errors from the upstream when performing this on AWS instances in the...
I made a horrible error in the description of my recently-published package [here](https://opm.openresty.org/package/LoganDark/argon2/):  Obviously, the stupider the mistake is, the harder you try to correct it, and this one...
The URL portion of links `[text](url)` should trim all leading and trailing whitespace from within the parenthesis, including newlines. GitHub parses it this way, but the OPM website [does not](https://opm.openresty.org/package/LoganDark/argon2/)....
ex: ``` https://opm.openresty.org/search?q=lua-resty-http ``` get nothing but there're at least 3 packages whose name is `lua-resty-http`
As you can see, `ledgetech/lua-resty-http` is the same ``` root@xn:~/rsks# opm install lua-resty-http ERROR: package name lua-resty-http is not prefixed by an account name. Finding candidates... ledgetech/lua-resty-http Lua HTTP client...
Attempting to upload a new package where the `github_account` is set to an organization produces a 500 error. When changed to my personal user account, the upload is successful. This...
i'm trying to update my project lua-resty-access tried 3 new tokens for my supereldar github account .opmrc: github_account=supereldar github_token=ghp_43242342342343242423 upload_server=https://opm.openresty.org download_server=https://opm.openresty.org dist.ini name = lua-resty-access abstract = Passwordless authentication for...
It would be very nice if the `opm` version info included information about test coverage: * does an opm package have tests? * where are the tests? (links to github-actions/travis/etc)...
How do I go about doing this? I can't find this anywhere in documentation.