Legacy haxelib broken?

The legacy haxelib site (https://lib.haxe.org/legacy/) seems to be down, which is breaking our build pipeline.

I see the following exception output on the site and also output on the command line when trying to run the following command: haxelib install macrotools

Uncaught exception - /var/haxelib-s3fs/legacy/haxelib.db should be the same as /var/www/html/legacy/haxelib.db

Called from ? line 1
Called from legacyhaxelib/Site.hx line 261
Called from legacyhaxelib/Site.hx line 45
Called from legacyhaxelib/Site.hx line 47

Our project relies on an old version of haxe, 2.10 as well as some older libraries including “macrotools”, “hxJson2” and “templo”.

Please advise if there is anything we can do. It would be great if we could create our own mirror also.

Thank you!

Hi, you may wish to open an issue on the Haxelib repository: GitHub - HaxeFoundation/haxelib: The Haxe library manager

This repository also contains the source code for the server, if you wanted to create your own instance (as far as I know you’d have to upload the libraries yourself however).