|
root / base / unibilium / package.toml
package.toml TOML 25 lines 652 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# unibilium - terminfo parser and utility functions (neovim/libtermkey)
# https://github.com/neovim/unibilium

[package]
name = "unibilium"
version = "2.1.2"
release = 1
description = "Terminfo parser library, without any curses dependencies"
url = "https://github.com/neovim/unibilium"
license = "LGPL-3.0-or-later"
maintainer = "Chris Tusa <chris.tusa@leafscale.com>"
arch = "x86_64"

[dependencies]
runtime = []
build = []

[[source]]
file = "unibilium-2.1.2.tar.gz"
urls = ["https://github.com/neovim/unibilium/archive/refs/tags/v2.1.2.tar.gz"]
checksum = "370ecb07fbbc20d91d1b350c55f1c806b06bf86797e164081ccc977fc9b3af7a"

[build]
parallel = true