package flac

  1. Overview
  2. Docs
Bindings to libflac

Install

Dune Dependency

Authors

Maintainers

Sources

v0.3.0.tar.gz
md5=c7d324afa0f06c3eb94deee8893ca316
sha512=06404ba9651acf3610d55f3a1e231918a2b1b93012c6c91dc7cb3b8769bff33c22446c711b34df56041ca1e9370fdd6d5ceac43170d5acf151a48c4cf1f030ed

Description

Published: 09 Mar 2021

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

None

Used by

None

Conflicts

None