This repository has been archived on 2022-06-09. You can view files and clone it, but cannot push or open issues or pull requests.
mpv_syndicate/mpv_syndicate.nimble

14 lines
266 B
Plaintext
Raw Permalink Normal View History

2021-11-03 13:25:00 +00:00
# Package
version = "0"
author = "Emery Hemingway"
description = "Syndicate wrapper for interacting with mpv"
license = "Unlicense"
srcDir = "src"
bin = @["mpv_syndicate"]
# Dependencies
requires "nim >= 1.6.0", "syndicate"