11 buildDunePackage rec {
15 src = fetchFromGitHub {
17 repo = "ocaml-taglib";
19 sha256 = "sha256-tAvzVr0PW1o0kKFxdi/ks4obqnyBm8YfiiFupXZkUho=";
22 minimalOCamlVersion = "4.05.0"; # Documented version 4.02.0. 4.05.0 actually required.
24 nativeBuildInputs = [ pkg-config ];
25 buildInputs = [ dune-configurator ];
26 propagatedBuildInputs = [
32 homepage = "https://github.com/savonet/ocaml-taglib";
33 description = "Bindings for the taglib library which provides functions for reading tags in headers of audio files";
34 license = with licenses; [
37 ]; # GNU Library Public License 2 Linking Exception
38 maintainers = with maintainers; [ dandellion ];