1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# xcb-util - base XCB utility functions (atom cache, etc.) # https://xcb.freedesktop.org/ [package] name = "xcb-util" version = "0.4.1" release = 1 description = "Utility libraries for the XCB library (base module)" url = "https://xcb.freedesktop.org/" license = "MIT" maintainer = "Chris Tusa <chris.tusa@leafscale.com>" arch = "x86_64" [dependencies] runtime = ["libxcb"] build = ["libxcb", "xorgproto"] [[source]] file = "xcb-util-0.4.1.tar.xz" urls = ["https://xorg.freedesktop.org/releases/individual/xcb/xcb-util-0.4.1.tar.xz"] checksum = "5abe3bbbd8e54f0fa3ec945291b7e8fa8cfd3cccc43718f8758430f94126e512" [build] parallel = true