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

https://github.com/gen2brain/go-mpv

Go bindings for libmpv
https://github.com/gen2brain/go-mpv

Last synced: about 1 year ago
JSON representation

Go bindings for libmpv

Awesome Lists containing this project

README

          

## go-mpv
[![Build Status](https://github.com/gen2brain/go-mpv/actions/workflows/build.yml/badge.svg)](https://github.com/gen2brain/go-mpv/actions)
[![Go Reference](https://pkg.go.dev/badge/github.com/gen2brain/go-mpv.svg)](https://pkg.go.dev/github.com/gen2brain/go-mpv)

> Go bindings for [libmpv](https://mpv.io/).

### Build tags

* `nocgo` - use [purego](https://github.com/ebitengine/purego) implementation (can also be used with `CGO_ENABLED=0`)
* `pkgconfig` - use pkg-config
* `static` - use static library (used with `pkgconfig`)