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