Christoph Reiter bbb3458aad cygwin: always take the newest version available
In case a previous version obsoleted a package that might still stay
around and come first in setup.ini, so always take the newest version
in case there are multiple entries.
2023-01-24 19:29:32 +01:00
2023-01-20 09:39:23 +01:00
2020-11-21 12:24:07 +01:00
2023-01-06 07:04:38 +01:00
2017-09-06 18:42:43 +02:00
2023-01-22 11:49:43 +01:00
2023-01-12 20:46:44 +01:00
2020-05-24 10:16:38 +02:00

MSYS2 Web Interface
===================

A simple web interface for browsing the MSYS2 repos.

Rebuild CSS/JS (optional)::

    cd frontend
    npm install
    npm run build

Run for Development::

    poetry shell
    poetry install
    python run.py --cache

Run for Production::

    # See the Dockerfile
    docker build .
    docker run --rm -it -p 8080:80 <image-id>
Description
Online Repo Browser
Readme 4 MiB
Languages
Python 68.4%
HTML 26.7%
JavaScript 2.8%
SCSS 1.7%
Dockerfile 0.2%
Other 0.2%