Skip to content

Latest commit

 

History

History
37 lines (21 loc) · 581 Bytes

README.md

File metadata and controls

37 lines (21 loc) · 581 Bytes

otag

opinionated audio metadata editor

otag is a audio metadata editor written in OCaml using taglib.

Prerequisites

Installation

From the source

git clone https://github.com/pjmp/otag.git

cd otag

opam switch create . 4.14.0 --deps-only

eval $(opam env)

dune build

dune exec otag -- --help

From opam

To be published

Motivations

This is a beginners project exploring ocaml and it's ecosystem.

For more info please checkout learnings.