package flac

  1. Overview
  2. Docs
Bindings to libflac

Install

Dune Dependency

Authors

Maintainers

Sources

v0.5.0.tar.gz
md5=e729c6470c4b0fae11964eeb952b892b
sha512=637689d4a7f6d4366bc11dd8be3a4297bd211758fd7f80fcf88c9f1fcd1db3a2ef43530e5fce1ce6863149a3f75760939104c3bd27fb9b756f15bc07ebf063cd

Description

Published: 08 Sep 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