10 inherit pname version;
12 url = "mirror://sourceforge/cdemu/${pname}-${version}.tar.xz";
16 description = "Suite of tools for emulating optical drives and discs";
20 - a kernel module implementing a virtual drive-controller
21 - libmirage which is a software library for interpreting optical disc images
22 - a daemon which emulates the functionality of an optical drive+disc
23 - textmode and GTK clients for controlling the emulator
24 - an image analyzer to view the structure of image files
26 Optical media emulated by CDemu can be mounted within Linux. Automounting is also allowed.
28 homepage = "https://cdemu.sourceforge.io/";
29 license = licenses.gpl2Plus;
30 platforms = platforms.linux;
31 maintainers = with lib.maintainers; [ bendlas ];