libudfread is a small C library for reading the UDF (Universal Disc Format) filesystem used on DVDs and Blu-ray discs.
git clone https://code.videolan.org/videolan/libudfread.git
Browse the source online. Build with meson:
meson setup build
ninja -C build