···5050 "dolphin": {"repo": "dolphin"},
5151 "dosbox": {"repo": "dosbox-libretro"},
5252 "dosbox-pure": {"repo": "dosbox-pure", "owner": "schellingb"},
5353+ # The EasyRPG core is pinned to 0.8 since it depends on version 0.8 of liblcf, which
5454+ # was released in April 2023.
5555+ # Update the version when a compatible liblcf is available.
5656+ # See pkgs/games/easyrpg-player/default.nix for details.
5757+ "easyrpg": {"repo": "Player", "owner": "EasyRPG", "fetch_submodules": True, "rev": "0.8"},
5358 "eightyone": {"repo": "81-libretro"},
5459 "fbalpha2012": {"repo": "fbalpha2012"},
5560 "fbneo": {"repo": "fbneo"},
···11+========================================================================
22+purescm
33+========================================================================
44+55+66+Suggested additional ``buildInputs``
77+====================================
88+99+``chez-racket``
1010+ Upstream is using the Racket fork of Chez Scheme to execute the
1111+ generated Scheme output.
1212+1313+1414+To update this package
1515+======================
1616+1717+#. Bump the ``./package.json`` version pin
1818+#. Run ``nix-shell -p nodejs --command "npm i --package-lock-only"``
1919+#. Update ``npmDeps.hash`` in the ``package.nix``