Package: wnpp Severity: wishlist Owner: Jonathan McDowell <nood...@earth.li> X-Debbugs-Cc: debian-devel@lists.debian.org, debian-devel-ga...@lists.debian.org, nood...@earth.li
* Package name : rcheevos Version : 10.5.0 * URL : https://github.com/RetroAchievements/rcheevos * License : MIT Programming Lang: C Description : RetroAchievements helper library for game emulators rcheevos is a set of C code, or a library if you will, that tries to make it easier for emulators to process RetroAchievements data, providing support for achievements and leader boards for their players. Keep in mind that rcheevos does not provide HTTP network connections. Clients must get data from RetroAchievements, and pass the response down to rcheevos for processing. Not all structures defined by rcheevos can be created via the public API, but are exposed to allow interactions beyond just creation, destruction, and testing, such as the ones required by UI code that helps to create them. Finally, rcheevos does not allocate or manage memory by itself. All structures that can be returned by it have a function to determine the number of bytes needed to hold the structure, and another one that actually builds the structure using a caller-provided buffer to bake it. At present rcheevos does not build a dynamic library, so my plan is to package the header files and a static .a in librcheevos-dev. It is currently embedded in the retroarch package, but is also required by the Kodi libretro wrapper, which I am working on. I plan to maintain this as part of the Debian Games team.