1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# libvterm - abstract terminal emulator library (neovim's embedded terminal) # http://www.leonerd.org.uk/code/libvterm/ [package] name = "libvterm" version = "0.3.3" release = 1 description = "Abstract library implementation of a terminal emulator" url = "http://www.leonerd.org.uk/code/libvterm/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = [] build = [] [[source]] file = "libvterm-0.3.3.tar.gz" urls = ["http://www.leonerd.org.uk/code/libvterm/libvterm-0.3.3.tar.gz"] checksum = "09156f43dd2128bd347cbeebe50d9a571d32c64e0cf18d211197946aff7226e0" [build] parallel = true