The following individuals are registered as developers for the maintenance of Exuberant Ctags. They are listed by their SourgeForge username and by the To send email to any one of them, send it to . Ctags SourgeForge Full Parser username Name ---------- ----------- ----- Ant dfishburn David Fishburn AWK jkoshy Joseph Koshy Basic elias Elias Pschernig C# elliotth Elliott Hughes DosBatch dfishburn David Fishburn Flex dfishburn David Fishburn Java elliotth Elliott Hughes JavaScript dfishburn David Fishburn MATlAB dfishburn David Fishburn Objective-C aeruder Andrew Ruder OCaml vberthoux Vincent Berthoux Perl perlguy0 Dmitri Tikhonov PHP jafl John Lindal Python elias Elias Pschernig Ruby elliotth Elliott Hughes SML jkoshy Joseph Koshy SQL dfishburn David Fishburn TeX dfishburn David Fishburn Vim dfishburn David Fishburn All else dhiebert Darren Hiebert How To Build & Test Like A Maintainer ===================================== Prerequisites ------------- Debian/Ubuntu: sudo apt-get install build-essential subversion autoconf Mac OS: Install the Xcode developer tools, available here: http://developer.apple.com/tools/download/ Fedora: yum install subversion autoheader autoconf Windows: Install Cygwin plus its Subversion and GNU Make packages. Building -------- First time: git clone git://github.com/universal-ctags/ctags.git cd ctags autoheader autoconf ./configure --enable-maintainer-mode make -j Later: cd ctags git pull make -j Testing ------- cd ctags make units