package metadata

  1. Overview
  2. Docs
Read metadata from various file formats

Install

Dune Dependency

Authors

Maintainers

Sources

v0.2.0.tar.gz
md5=c5776c933715d719548ace6a9542364c
sha512=551177bf59767bdce327aab5ee16d5785f150e6e31f7399933fc4779b47bd4739c9eeec83320851a55165364083e48c4556896f7d9f21578ef1ef92cab886724

Description

A pure OCaml library for reading files from various formats.

Published: 03 Jul 2023

README

The metadata library

A pure OCaml library to read metadata from various formats. For now, are supported:

  • audio formats: ID3v1 and ID3v2 (for mp3), ogg/vorbis, ogg/opus and flac

  • image formats: jpeg and png

  • video formats: mp4 and avi

Installing

The preferred way is via opam:

opam pin add .
opam install metadata

It can also be installed via dune:

dune install

Other libraries

Dependencies (2)

  1. ocaml >= "4.14.0"
  2. dune >= "3.6"

Dev Dependencies (1)

  1. odoc with-doc

Used by (1)

  1. liquidsoap-core < "2.2.5"

Conflicts

None

OCaml

Innovation. Community. Security.