DEBSOURCES
Skip Quicknav
sources / ocaml-metadata / 0.3.1-1 / examples / basic.ml
12345
(** Basic usage of the library. *) let () = let metadata = Metadata.parse_file "test.mp3" in List.iter (fun (k, v) -> Printf.printf "- %s: %s\n" k v) metadata