Binary package “libmagicenum-dev” in ubuntu oracular

C++ library providing static reflection for enums

 magic_enum is a popular C++17 header-only library that provides static
 reflection for enums. It works with any enum type and does not require any
 macros or boilerplate code. It provides static reflection features such as
 to_string, from_string, iteration, etc., to C++ enums.