I recognized some familiar messages when running ./configure in universal-ctags. They vendor the regex and fnmatch modules [1][2]. They also use some headers for Windows [3].
I pushed the attached patch to add it to users.txt. Collin [1] https://github.com/universal-ctags/ctags/commit/820c1a8d46849a90376d8eb15b319ac05439f656 [2] https://github.com/universal-ctags/ctags/commit/a939078a69878851c19820eb92e6cb95ba429546 [3] https://github.com/universal-ctags/ctags/tree/master/win32/gnulib_h
>From 6901bd46e969a5071ad386261946d71ffc1ddb70 Mon Sep 17 00:00:00 2001 Message-ID: <6901bd46e969a5071ad386261946d71ffc1ddb70.1771182366.git.collin.fu...@gmail.com> From: Collin Funk <[email protected]> Date: Sun, 15 Feb 2026 11:01:33 -0800 Subject: [PATCH] Update users.txt. * users.txt: Add universal-ctags. --- users.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/users.txt b/users.txt index 284e5f5fbf..4479776bca 100644 --- a/users.txt +++ b/users.txt @@ -115,6 +115,7 @@ The following packages are using gnulib without gnulib-tool: miktex https://miktex.org/ https://github.com/MiKTeX/miktex Net::CDP https://st.aticpan.org/source/MCHAPMAN/Net-CDP-0.09/libcdp/ + universal-ctags https://github.com/universal-ctags/ctags wydawca https://git.gnu.org.ua/cgit/wydawca.git/tree/ wyslij-po https://git.gnu.org.ua/wyslij-po.git/tree/ -- 2.53.0
