1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# libuv - multi-platform asynchronous I/O library (neovim's event loop) # https://libuv.org/ [package] name = "libuv" version = "1.52.1" release = 1 description = "Multi-platform support library with a focus on asynchronous I/O" url = "https://libuv.org/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = [] build = [] [[source]] file = "libuv-1.52.1.tar.gz" urls = ["https://github.com/libuv/libuv/archive/refs/tags/v1.52.1.tar.gz"] checksum = "478baf2599bfbc882c355288c9cb6f92e0e7dda435fa04031fa5b607cf3f414c" [build] parallel = true