package flac

  1. Overview
  2. Docs
Bindings to libflac

Install

Dune Dependency

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=cbdf55c9078cce6bc61625ab318ac0fa
sha512=264e3250bd54f3a59f425543db87dd27b0cb3f66fd22bbadae8fd524fe2019be2ce10be71e24f4ebf65fde6ff3453da6a412cde7301e4a5e3eafcf5884559410

Description

Published: 19 May 2023

README

ocaml-flac

This package contains an OCaml interface for the flac library

Please read the COPYING file before using this software.

Prerequisites:

  • ocaml

  • libflac

  • findlib

  • ocaml-ogg >= 0.7.0 (optional)

  • dune >= 2.0

Compilation:

$ dune build

This should build both the native and the byte-code version of the extension library.

Installation:

Via opam:

$ opam install flac

Via dune (for developers):

$ dune install

This should install the library file in the appropriate place.

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None