An open API service indexing awesome lists of open source software.

https://github.com/knu/asdf-taglib

TagLib plugin for the asdf version manager
https://github.com/knu/asdf-taglib

asdf asdf-plugin mise taglib

Last synced: 17 days ago
JSON representation

TagLib plugin for the asdf version manager

Awesome Lists containing this project

README

          

# asdf-taglib

This is the [TagLib](https://github.com/taglib/taglib) plugin for the [asdf](https://github.com/asdf-vm/asdf) version manager.

It builds TagLib from source with CMake and installs it into the tool prefix. The plugin also exports include, library, CMake, and pkg-config paths via `bin/exec-env`, so native extensions such as `taglib-ruby` can find the installed library.

## Install

```sh
asdf plugin-add taglib https://github.com/knu/asdf-taglib.git

asdf list-all taglib

asdf install taglib latest
asdf local taglib latest
```

For [mise](https://mise.jdx.dev/), configure the plugin URL and install it as a normal tool:

```toml
[tools]
taglib = "latest"

[plugins]
taglib = "https://github.com/knu/asdf-taglib"
```

```sh
mise install taglib@latest
```

## Author

Copyright (c) 2026 Akinori MUSHA.

Licensed under the 2-clause BSD license. See [LICENSE](LICENSE) for details.

Visit [GitHub Repository](https://github.com/knu/asdf-taglib) for the latest information.