Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 472 Bytes

ISO9660 Filesystem Library for OCaml

Build Status

A library that implements the ISO9660 filesystem. It exposes the contents via the KV_RO defined by the Mirage project. Extended filenames are supported via the Rock Ridge extensions.

Currently read-only.

See lib_test/test.ml for an example of usage.