package flac

  1. Overview
  2. Docs
Bindings to libflac

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.1.tar.gz
md5=a5eff2d56c269298b320c6cd04520d65
sha512=8f32c600144980443cbc04a7471c2bd554eb0fa2fd2eea426dc18fe7ae361204d6bb48089efe495d2e39d7344b8c88ae8e86b17703a172e6b4e5b4fff3495da7

Description

Published: 12 Oct 2022

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