👋 Hi!
I maintain nodenv (a node version manager) and I'd like to add support for lowjs.
I'd like to include the binary releases as available versions for installation. To help automate making ongoing releases available, I typically scrape a "downloads" listing to generate the necessary manifest files for nodenv.
For instance, for nodejs (and chakracore), we scrape the following release listing: http://nodejs.org/dist/index.tab
For graalvm, we use the GitHub Releases API (their binary builds are published as assets with each GitHub Release)
Is there a similar listing that exists for finding current (and old) binary distributions of lowjs releases?