Sat Feb 20 22:25:51 2021 UTC ()
devel: Enable capnproto


(ryoon)
diff -r1.3338 -r1.3339 pkgsrc/devel/Makefile

cvs diff -r1.3338 -r1.3339 pkgsrc/devel/Makefile (switch to unified diff)

--- pkgsrc/devel/Makefile 2021/02/17 14:16:57 1.3338
+++ pkgsrc/devel/Makefile 2021/02/20 22:25:50 1.3339
@@ -1,1191 +1,1192 @@ @@ -1,1191 +1,1192 @@
1# $NetBSD: Makefile,v 1.3338 2021/02/17 14:16:57 fcambus Exp $ 1# $NetBSD: Makefile,v 1.3339 2021/02/20 22:25:50 ryoon Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
15SUBDIR+= R-IRdisplay 15SUBDIR+= R-IRdisplay
16SUBDIR+= R-IRkernel 16SUBDIR+= R-IRkernel
17SUBDIR+= R-R6 17SUBDIR+= R-R6
18SUBDIR+= R-RUnit 18SUBDIR+= R-RUnit
19SUBDIR+= R-Rcpp 19SUBDIR+= R-Rcpp
20SUBDIR+= R-assertthat 20SUBDIR+= R-assertthat
21SUBDIR+= R-bindr 21SUBDIR+= R-bindr
22SUBDIR+= R-bit 22SUBDIR+= R-bit
23SUBDIR+= R-bit64 23SUBDIR+= R-bit64
24SUBDIR+= R-blob 24SUBDIR+= R-blob
25SUBDIR+= R-brio 25SUBDIR+= R-brio
26SUBDIR+= R-caTools 26SUBDIR+= R-caTools
27SUBDIR+= R-callr 27SUBDIR+= R-callr
28SUBDIR+= R-checkmate 28SUBDIR+= R-checkmate
29SUBDIR+= R-cli 29SUBDIR+= R-cli
30SUBDIR+= R-cliapp 30SUBDIR+= R-cliapp
31SUBDIR+= R-clipr 31SUBDIR+= R-clipr
32SUBDIR+= R-covr 32SUBDIR+= R-covr
33SUBDIR+= R-crayon 33SUBDIR+= R-crayon
34SUBDIR+= R-cyclocomp 34SUBDIR+= R-cyclocomp
35SUBDIR+= R-desc 35SUBDIR+= R-desc
36SUBDIR+= R-devtools 36SUBDIR+= R-devtools
37SUBDIR+= R-diffobj 37SUBDIR+= R-diffobj
38SUBDIR+= R-evaluate 38SUBDIR+= R-evaluate
39SUBDIR+= R-fansi 39SUBDIR+= R-fansi
40SUBDIR+= R-filelock 40SUBDIR+= R-filelock
41SUBDIR+= R-fs 41SUBDIR+= R-fs
42SUBDIR+= R-gert 42SUBDIR+= R-gert
43SUBDIR+= R-git2r 43SUBDIR+= R-git2r
44SUBDIR+= R-glue 44SUBDIR+= R-glue
45SUBDIR+= R-ini 45SUBDIR+= R-ini
46SUBDIR+= R-inline 46SUBDIR+= R-inline
47SUBDIR+= R-iterators 47SUBDIR+= R-iterators
48SUBDIR+= R-lazyeval 48SUBDIR+= R-lazyeval
49SUBDIR+= R-lifecycle 49SUBDIR+= R-lifecycle
50SUBDIR+= R-lintr 50SUBDIR+= R-lintr
51SUBDIR+= R-lpSolve 51SUBDIR+= R-lpSolve
52SUBDIR+= R-magrittr 52SUBDIR+= R-magrittr
53SUBDIR+= R-memoise 53SUBDIR+= R-memoise
54SUBDIR+= R-mockery 54SUBDIR+= R-mockery
55SUBDIR+= R-pak 55SUBDIR+= R-pak
56SUBDIR+= R-pkgKitten 56SUBDIR+= R-pkgKitten
57SUBDIR+= R-pkgbuild 57SUBDIR+= R-pkgbuild
58SUBDIR+= R-pkgcache 58SUBDIR+= R-pkgcache
59SUBDIR+= R-pkgconfig 59SUBDIR+= R-pkgconfig
60SUBDIR+= R-pkgload 60SUBDIR+= R-pkgload
61SUBDIR+= R-plogr 61SUBDIR+= R-plogr
62SUBDIR+= R-prettycode 62SUBDIR+= R-prettycode
63SUBDIR+= R-proto 63SUBDIR+= R-proto
64SUBDIR+= R-purrr 64SUBDIR+= R-purrr
65SUBDIR+= R-rappdirs 65SUBDIR+= R-rappdirs
66SUBDIR+= R-rcmdcheck 66SUBDIR+= R-rcmdcheck
67SUBDIR+= R-rematch 67SUBDIR+= R-rematch
68SUBDIR+= R-rematch2 68SUBDIR+= R-rematch2
69SUBDIR+= R-remotes 69SUBDIR+= R-remotes
70SUBDIR+= R-repr 70SUBDIR+= R-repr
71SUBDIR+= R-rex 71SUBDIR+= R-rex
72SUBDIR+= R-rio 72SUBDIR+= R-rio
73SUBDIR+= R-rlang 73SUBDIR+= R-rlang
74SUBDIR+= R-roxygen2 74SUBDIR+= R-roxygen2
75SUBDIR+= R-rprojroot 75SUBDIR+= R-rprojroot
76SUBDIR+= R-rversions 76SUBDIR+= R-rversions
77SUBDIR+= R-sessioninfo 77SUBDIR+= R-sessioninfo
78SUBDIR+= R-tcltk2 78SUBDIR+= R-tcltk2
79SUBDIR+= R-testit 79SUBDIR+= R-testit
80SUBDIR+= R-testthat 80SUBDIR+= R-testthat
81SUBDIR+= R-tidyselect 81SUBDIR+= R-tidyselect
82SUBDIR+= R-tinytest 82SUBDIR+= R-tinytest
83SUBDIR+= R-usethis 83SUBDIR+= R-usethis
84SUBDIR+= R-uuid 84SUBDIR+= R-uuid
85SUBDIR+= R-waldo 85SUBDIR+= R-waldo
86SUBDIR+= R-whisker 86SUBDIR+= R-whisker
87SUBDIR+= R-withr 87SUBDIR+= R-withr
88SUBDIR+= R-xfun 88SUBDIR+= R-xfun
89SUBDIR+= RBTools 89SUBDIR+= RBTools
90SUBDIR+= RE-flex 90SUBDIR+= RE-flex
91SUBDIR+= Renaissance 91SUBDIR+= Renaissance
92SUBDIR+= SDL 92SUBDIR+= SDL
93SUBDIR+= SDL-intro-en 93SUBDIR+= SDL-intro-en
94SUBDIR+= SDL-intro-ko 94SUBDIR+= SDL-intro-ko
95SUBDIR+= SDL2 95SUBDIR+= SDL2
96SUBDIR+= SDL_Pango 96SUBDIR+= SDL_Pango
97SUBDIR+= SDL_gfx 97SUBDIR+= SDL_gfx
98SUBDIR+= SDL_ttf 98SUBDIR+= SDL_ttf
99SUBDIR+= SDLmm 99SUBDIR+= SDLmm
100SUBDIR+= SOPE 100SUBDIR+= SOPE
101SUBDIR+= SOPE4 101SUBDIR+= SOPE4
102SUBDIR+= ZenTest 102SUBDIR+= ZenTest
103SUBDIR+= abseil 103SUBDIR+= abseil
104SUBDIR+= accerciser 104SUBDIR+= accerciser
105SUBDIR+= acme 105SUBDIR+= acme
106SUBDIR+= acr 106SUBDIR+= acr
107SUBDIR+= acunia-jam 107SUBDIR+= acunia-jam
108SUBDIR+= adacurses 108SUBDIR+= adacurses
109SUBDIR+= adocman 109SUBDIR+= adocman
110SUBDIR+= aegis 110SUBDIR+= aegis
111SUBDIR+= afl 111SUBDIR+= afl
112SUBDIR+= afl++ 112SUBDIR+= afl++
113SUBDIR+= ald 113SUBDIR+= ald
114SUBDIR+= alex 114SUBDIR+= alex
115SUBDIR+= allegro 115SUBDIR+= allegro
116SUBDIR+= allegro5 116SUBDIR+= allegro5
117SUBDIR+= amtk 117SUBDIR+= amtk
118SUBDIR+= anjuta 118SUBDIR+= anjuta
119SUBDIR+= ant-contrib 119SUBDIR+= ant-contrib
120SUBDIR+= apache-ant 120SUBDIR+= apache-ant
121SUBDIR+= apache-ant15 121SUBDIR+= apache-ant15
122SUBDIR+= apache-ant19 122SUBDIR+= apache-ant19
123SUBDIR+= apache-ivy 123SUBDIR+= apache-ivy
124SUBDIR+= apache-maven 124SUBDIR+= apache-maven
125SUBDIR+= apel 125SUBDIR+= apel
126SUBDIR+= apenwarr-redo 126SUBDIR+= apenwarr-redo
127SUBDIR+= appdata-tools 127SUBDIR+= appdata-tools
128SUBDIR+= appstream-glib 128SUBDIR+= appstream-glib
129SUBDIR+= apr 129SUBDIR+= apr
130SUBDIR+= apr-util 130SUBDIR+= apr-util
131SUBDIR+= arcanist 131SUBDIR+= arcanist
132SUBDIR+= arena 132SUBDIR+= arena
133SUBDIR+= argp 133SUBDIR+= argp
134SUBDIR+= argtable 134SUBDIR+= argtable
135SUBDIR+= as31 135SUBDIR+= as31
136SUBDIR+= asio 136SUBDIR+= asio
137SUBDIR+= aslc86k 137SUBDIR+= aslc86k
138SUBDIR+= asm2html 138SUBDIR+= asm2html
139SUBDIR+= asmfmt 139SUBDIR+= asmfmt
140SUBDIR+= astyle 140SUBDIR+= astyle
141SUBDIR+= at-spi 141SUBDIR+= at-spi
142SUBDIR+= at-spi2-atk 142SUBDIR+= at-spi2-atk
143SUBDIR+= at-spi2-core 143SUBDIR+= at-spi2-core
144SUBDIR+= atf 144SUBDIR+= atf
145SUBDIR+= atk 145SUBDIR+= atk
146SUBDIR+= atkmm 146SUBDIR+= atkmm
147SUBDIR+= autoconf 147SUBDIR+= autoconf
148SUBDIR+= autoconf-archive 148SUBDIR+= autoconf-archive
149SUBDIR+= autoconf213 149SUBDIR+= autoconf213
150SUBDIR+= autogen 150SUBDIR+= autogen
151SUBDIR+= automake 151SUBDIR+= automake
152SUBDIR+= automake14 152SUBDIR+= automake14
153SUBDIR+= automoc4 153SUBDIR+= automoc4
154SUBDIR+= autosetup 154SUBDIR+= autosetup
155SUBDIR+= avl 155SUBDIR+= avl
156SUBDIR+= avltree 156SUBDIR+= avltree
157SUBDIR+= bam 157SUBDIR+= bam
158SUBDIR+= bats 158SUBDIR+= bats
159SUBDIR+= bcc 159SUBDIR+= bcc
160SUBDIR+= bfg 160SUBDIR+= bfg
161SUBDIR+= bglibs 161SUBDIR+= bglibs
162SUBDIR+= bin86 162SUBDIR+= bin86
163SUBDIR+= binaryen 163SUBDIR+= binaryen
164SUBDIR+= binutils 164SUBDIR+= binutils
165SUBDIR+= bison 165SUBDIR+= bison
166SUBDIR+= blame 166SUBDIR+= blame
167SUBDIR+= blib 167SUBDIR+= blib
168SUBDIR+= blosc 168SUBDIR+= blosc
169SUBDIR+= bmake 169SUBDIR+= bmake
170SUBDIR+= bmkdep 170SUBDIR+= bmkdep
171SUBDIR+= boa-constructor 171SUBDIR+= boa-constructor
172SUBDIR+= boehm-gc 172SUBDIR+= boehm-gc
173SUBDIR+= boost-build 173SUBDIR+= boost-build
174SUBDIR+= boost-docs 174SUBDIR+= boost-docs
175SUBDIR+= boost-headers 175SUBDIR+= boost-headers
176SUBDIR+= boost-jam 176SUBDIR+= boost-jam
177SUBDIR+= boost-libs 177SUBDIR+= boost-libs
178SUBDIR+= boost-mpi 178SUBDIR+= boost-mpi
179SUBDIR+= bpython 179SUBDIR+= bpython
180SUBDIR+= breezy 180SUBDIR+= breezy
181SUBDIR+= buddy 181SUBDIR+= buddy
182SUBDIR+= bugzilla 182SUBDIR+= bugzilla
183SUBDIR+= bugzilla3 183SUBDIR+= bugzilla3
184SUBDIR+= bullet 184SUBDIR+= bullet
185SUBDIR+= byacc 185SUBDIR+= byacc
186SUBDIR+= bzr 186SUBDIR+= bzr
187SUBDIR+= bzr-explorer 187SUBDIR+= bzr-explorer
188SUBDIR+= bzr-gtk 188SUBDIR+= bzr-gtk
189SUBDIR+= bzr-svn 189SUBDIR+= bzr-svn
190SUBDIR+= bzrtools 190SUBDIR+= bzrtools
191SUBDIR+= c++gsl 191SUBDIR+= c++gsl
192SUBDIR+= calltree-perl 192SUBDIR+= calltree-perl
 193SUBDIR+= capnproto
193SUBDIR+= capstone 194SUBDIR+= capstone
194SUBDIR+= catch 195SUBDIR+= catch
195SUBDIR+= catch2 196SUBDIR+= catch2
196SUBDIR+= cbindgen 197SUBDIR+= cbindgen
197SUBDIR+= cbrowser 198SUBDIR+= cbrowser
198SUBDIR+= ccache 199SUBDIR+= ccache
199SUBDIR+= cdecl 200SUBDIR+= cdecl
200SUBDIR+= cdk 201SUBDIR+= cdk
201SUBDIR+= cervisia 202SUBDIR+= cervisia
202SUBDIR+= cfitsio 203SUBDIR+= cfitsio
203SUBDIR+= cflow 204SUBDIR+= cflow
204SUBDIR+= cflow-mode 205SUBDIR+= cflow-mode
205SUBDIR+= cfr 206SUBDIR+= cfr
206SUBDIR+= cgdb 207SUBDIR+= cgdb
207SUBDIR+= cgen 208SUBDIR+= cgen
208SUBDIR+= check 209SUBDIR+= check
209SUBDIR+= chmlib 210SUBDIR+= chmlib
210SUBDIR+= chrpath 211SUBDIR+= chrpath
211SUBDIR+= clib 212SUBDIR+= clib
212SUBDIR+= clion-bin 213SUBDIR+= clion-bin
213SUBDIR+= clisp-pcre 214SUBDIR+= clisp-pcre
214SUBDIR+= clisp-syscalls 215SUBDIR+= clisp-syscalls
215SUBDIR+= clisp-wildcard 216SUBDIR+= clisp-wildcard
216SUBDIR+= clisp-zlib 217SUBDIR+= clisp-zlib
217SUBDIR+= cloc 218SUBDIR+= cloc
218SUBDIR+= cmake 219SUBDIR+= cmake
219SUBDIR+= cmake-fedora 220SUBDIR+= cmake-fedora
220SUBDIR+= cmake-gui 221SUBDIR+= cmake-gui
221SUBDIR+= cmake-mode 222SUBDIR+= cmake-mode
222SUBDIR+= cmocka 223SUBDIR+= cmocka
223SUBDIR+= cmockery2 224SUBDIR+= cmockery2
224SUBDIR+= cmph 225SUBDIR+= cmph
225SUBDIR+= cobol-mode 226SUBDIR+= cobol-mode
226SUBDIR+= coccinelle 227SUBDIR+= coccinelle
227SUBDIR+= coconut 228SUBDIR+= coconut
228SUBDIR+= codeville 229SUBDIR+= codeville
229SUBDIR+= cogito 230SUBDIR+= cogito
230SUBDIR+= colordiff 231SUBDIR+= colordiff
231SUBDIR+= commit-patch 232SUBDIR+= commit-patch
232SUBDIR+= compiz-bcop 233SUBDIR+= compiz-bcop
233SUBDIR+= compizconfig-backend-gconf 234SUBDIR+= compizconfig-backend-gconf
234SUBDIR+= concurrencykit 235SUBDIR+= concurrencykit
235SUBDIR+= confuse 236SUBDIR+= confuse
236SUBDIR+= cook 237SUBDIR+= cook
237SUBDIR+= cppcheck 238SUBDIR+= cppcheck
238SUBDIR+= cppunit 239SUBDIR+= cppunit
239SUBDIR+= cpputest 240SUBDIR+= cpputest
240SUBDIR+= cproto 241SUBDIR+= cproto
241SUBDIR+= cpu_features 242SUBDIR+= cpu_features
242SUBDIR+= cpuflags 243SUBDIR+= cpuflags
243SUBDIR+= cqual 244SUBDIR+= cqual
244SUBDIR+= cre2 245SUBDIR+= cre2
245SUBDIR+= creduce 246SUBDIR+= creduce
246SUBDIR+= cscope 247SUBDIR+= cscope
247SUBDIR+= cssc 248SUBDIR+= cssc
248SUBDIR+= ctemplate 249SUBDIR+= ctemplate
249SUBDIR+= cunit 250SUBDIR+= cunit
250SUBDIR+= cut 251SUBDIR+= cut
251SUBDIR+= cutter 252SUBDIR+= cutter
252SUBDIR+= cvs-fast-export 253SUBDIR+= cvs-fast-export
253SUBDIR+= cvs2cl 254SUBDIR+= cvs2cl
254SUBDIR+= cvs2html 255SUBDIR+= cvs2html
255SUBDIR+= cvs2svn 256SUBDIR+= cvs2svn
256SUBDIR+= cvsclone 257SUBDIR+= cvsclone
257SUBDIR+= cvsd 258SUBDIR+= cvsd
258SUBDIR+= cvsdiff2patch 259SUBDIR+= cvsdiff2patch
259SUBDIR+= cvsgraph 260SUBDIR+= cvsgraph
260SUBDIR+= cvslock 261SUBDIR+= cvslock
261SUBDIR+= cvsps 262SUBDIR+= cvsps
262SUBDIR+= cvsps3 263SUBDIR+= cvsps3
263SUBDIR+= cvsup-bin 264SUBDIR+= cvsup-bin
264SUBDIR+= cvsup-gui-bin 265SUBDIR+= cvsup-gui-bin
265SUBDIR+= cvsutils 266SUBDIR+= cvsutils
266SUBDIR+= cvsync 267SUBDIR+= cvsync
267SUBDIR+= cxref 268SUBDIR+= cxref
268SUBDIR+= darcs 269SUBDIR+= darcs
269SUBDIR+= darts 270SUBDIR+= darts
270SUBDIR+= dconf 271SUBDIR+= dconf
271SUBDIR+= dconf-editor 272SUBDIR+= dconf-editor
272SUBDIR+= ddd 273SUBDIR+= ddd
273SUBDIR+= debugcon_printf 274SUBDIR+= debugcon_printf
274SUBDIR+= deepstate 275SUBDIR+= deepstate
275SUBDIR+= deepstate-afl 276SUBDIR+= deepstate-afl
276SUBDIR+= deepstate-honggfuzz 277SUBDIR+= deepstate-honggfuzz
277SUBDIR+= deepstate-libfuzzer 278SUBDIR+= deepstate-libfuzzer
278SUBDIR+= deforaos-asm 279SUBDIR+= deforaos-asm
279SUBDIR+= deforaos-coder 280SUBDIR+= deforaos-coder
280SUBDIR+= deforaos-configure 281SUBDIR+= deforaos-configure
281SUBDIR+= deforaos-cpp 282SUBDIR+= deforaos-cpp
282SUBDIR+= deforaos-libsystem 283SUBDIR+= deforaos-libsystem
283SUBDIR+= dejagnu 284SUBDIR+= dejagnu
284SUBDIR+= delta 285SUBDIR+= delta
285SUBDIR+= dev86 286SUBDIR+= dev86
286SUBDIR+= devIL 287SUBDIR+= devIL
287SUBDIR+= devhelp 288SUBDIR+= devhelp
288SUBDIR+= device-driver-doc-de 289SUBDIR+= device-driver-doc-de
289SUBDIR+= dia2code 290SUBDIR+= dia2code
290SUBDIR+= diffbreaker 291SUBDIR+= diffbreaker
291SUBDIR+= diffuse 292SUBDIR+= diffuse
292SUBDIR+= diffutils 293SUBDIR+= diffutils
293SUBDIR+= distcc 294SUBDIR+= distcc
294SUBDIR+= distcc-pump 295SUBDIR+= distcc-pump
295SUBDIR+= distccmon-gnome 296SUBDIR+= distccmon-gnome
296SUBDIR+= distccmon-gtk 297SUBDIR+= distccmon-gtk
297SUBDIR+= dlcompat 298SUBDIR+= dlcompat
298SUBDIR+= dmake 299SUBDIR+= dmake
299SUBDIR+= dmalloc 300SUBDIR+= dmalloc
300SUBDIR+= doc++ 301SUBDIR+= doc++
301SUBDIR+= dolphin-plugins 302SUBDIR+= dolphin-plugins
302SUBDIR+= dotconf 303SUBDIR+= dotconf
303SUBDIR+= doxygen 304SUBDIR+= doxygen
304SUBDIR+= doxymacs 305SUBDIR+= doxymacs
305SUBDIR+= dumpet 306SUBDIR+= dumpet
306SUBDIR+= easygit 307SUBDIR+= easygit
307SUBDIR+= ecb 308SUBDIR+= ecb
308SUBDIR+= eclipse 309SUBDIR+= eclipse
309SUBDIR+= ecore 310SUBDIR+= ecore
310SUBDIR+= edcommon 311SUBDIR+= edcommon
311SUBDIR+= editline 312SUBDIR+= editline
312SUBDIR+= editorconfig-core 313SUBDIR+= editorconfig-core
313SUBDIR+= eet 314SUBDIR+= eet
314SUBDIR+= egypt 315SUBDIR+= egypt
315SUBDIR+= eina 316SUBDIR+= eina
316SUBDIR+= eio 317SUBDIR+= eio
317SUBDIR+= electric-fence 318SUBDIR+= electric-fence
318SUBDIR+= elf 319SUBDIR+= elf
319SUBDIR+= elfcat 320SUBDIR+= elfcat
320SUBDIR+= elfsh 321SUBDIR+= elfsh
321SUBDIR+= elftoolchain 322SUBDIR+= elftoolchain
322SUBDIR+= elib 323SUBDIR+= elib
323SUBDIR+= emacs-ilisp 324SUBDIR+= emacs-ilisp
324SUBDIR+= emacs20-elib 325SUBDIR+= emacs20-elib
325SUBDIR+= empty 326SUBDIR+= empty
326SUBDIR+= epydoc 327SUBDIR+= epydoc
327SUBDIR+= erlang-base64url 328SUBDIR+= erlang-base64url
328SUBDIR+= erlang-cache_tab 329SUBDIR+= erlang-cache_tab
329SUBDIR+= erlang-ezlib 330SUBDIR+= erlang-ezlib
330SUBDIR+= erlang-fs 331SUBDIR+= erlang-fs
331SUBDIR+= erlang-mqtree 332SUBDIR+= erlang-mqtree
332SUBDIR+= errcheck 333SUBDIR+= errcheck
333SUBDIR+= error 334SUBDIR+= error
334SUBDIR+= etrace 335SUBDIR+= etrace
335SUBDIR+= exctags 336SUBDIR+= exctags
336SUBDIR+= exempi 337SUBDIR+= exempi
337SUBDIR+= extra-cmake-modules 338SUBDIR+= extra-cmake-modules
338SUBDIR+= fann 339SUBDIR+= fann
339SUBDIR+= fastdep 340SUBDIR+= fastdep
340SUBDIR+= fhist 341SUBDIR+= fhist
341SUBDIR+= fifechan 342SUBDIR+= fifechan
342SUBDIR+= fifengine 343SUBDIR+= fifengine
343SUBDIR+= flatbuffers 344SUBDIR+= flatbuffers
344SUBDIR+= flatzebra 345SUBDIR+= flatzebra
345SUBDIR+= flex 346SUBDIR+= flex
346SUBDIR+= flexdock 347SUBDIR+= flexdock
347SUBDIR+= flim 348SUBDIR+= flim
348SUBDIR+= florist 349SUBDIR+= florist
349SUBDIR+= fortran-utils 350SUBDIR+= fortran-utils
350SUBDIR+= fossil 351SUBDIR+= fossil
351SUBDIR+= frama-c 352SUBDIR+= frama-c
352SUBDIR+= frink 353SUBDIR+= frink
353SUBDIR+= fromcvs 354SUBDIR+= fromcvs
354SUBDIR+= ftnchek 355SUBDIR+= ftnchek
355SUBDIR+= g-wrap 356SUBDIR+= g-wrap
356SUBDIR+= gccmakedep 357SUBDIR+= gccmakedep
357SUBDIR+= gconfmm 358SUBDIR+= gconfmm
358SUBDIR+= gcvs 359SUBDIR+= gcvs
359SUBDIR+= gdb 360SUBDIR+= gdb
360SUBDIR+= gdb7 361SUBDIR+= gdb7
361SUBDIR+= gdbus-codegen 362SUBDIR+= gdbus-codegen
362SUBDIR+= gdl 363SUBDIR+= gdl
363SUBDIR+= geany 364SUBDIR+= geany
364SUBDIR+= gearmand 365SUBDIR+= gearmand
365SUBDIR+= generate 366SUBDIR+= generate
366SUBDIR+= gengetopt 367SUBDIR+= gengetopt
367SUBDIR+= gentle 368SUBDIR+= gentle
368SUBDIR+= gettext 369SUBDIR+= gettext
369SUBDIR+= gettext-asprintf 370SUBDIR+= gettext-asprintf
370SUBDIR+= gettext-lib 371SUBDIR+= gettext-lib
371SUBDIR+= gettext-m4 372SUBDIR+= gettext-m4
372SUBDIR+= gettext-tools 373SUBDIR+= gettext-tools
373SUBDIR+= gflags 374SUBDIR+= gflags
374SUBDIR+= gflib 375SUBDIR+= gflib
375SUBDIR+= giblib 376SUBDIR+= giblib
376SUBDIR+= gindent 377SUBDIR+= gindent
377SUBDIR+= git 378SUBDIR+= git
378SUBDIR+= git-base 379SUBDIR+= git-base
379SUBDIR+= git-contrib 380SUBDIR+= git-contrib
380SUBDIR+= git-cvs 381SUBDIR+= git-cvs
381SUBDIR+= git-docs 382SUBDIR+= git-docs
382SUBDIR+= git-filter-repo 383SUBDIR+= git-filter-repo
383SUBDIR+= git-gitk 384SUBDIR+= git-gitk
384SUBDIR+= git-lfs 385SUBDIR+= git-lfs
385SUBDIR+= git-remote-hg 386SUBDIR+= git-remote-hg
386SUBDIR+= git-svn 387SUBDIR+= git-svn
387SUBDIR+= gitolite 388SUBDIR+= gitolite
388SUBDIR+= glade 389SUBDIR+= glade
389SUBDIR+= glib 390SUBDIR+= glib
390SUBDIR+= glib2 391SUBDIR+= glib2
391SUBDIR+= glib2-tools 392SUBDIR+= glib2-tools
392SUBDIR+= glibmm 393SUBDIR+= glibmm
393SUBDIR+= global 394SUBDIR+= global
394SUBDIR+= gmake 395SUBDIR+= gmake
395SUBDIR+= gmp 396SUBDIR+= gmp
396SUBDIR+= gmtk 397SUBDIR+= gmtk
397SUBDIR+= gnatpython 398SUBDIR+= gnatpython
398SUBDIR+= gnome-common 399SUBDIR+= gnome-common
399SUBDIR+= gnustep-base 400SUBDIR+= gnustep-base
400SUBDIR+= gnustep-examples 401SUBDIR+= gnustep-examples
401SUBDIR+= gnustep-make 402SUBDIR+= gnustep-make
402SUBDIR+= gnustep-objc 403SUBDIR+= gnustep-objc
403SUBDIR+= gnustep-objc-lf2 404SUBDIR+= gnustep-objc-lf2
404SUBDIR+= go-afero 405SUBDIR+= go-afero
405SUBDIR+= go-amber 406SUBDIR+= go-amber
406SUBDIR+= go-appengine 407SUBDIR+= go-appengine
407SUBDIR+= go-argv 408SUBDIR+= go-argv
408SUBDIR+= go-assert 409SUBDIR+= go-assert
409SUBDIR+= go-blackfriday 410SUBDIR+= go-blackfriday
410SUBDIR+= go-buffruneio 411SUBDIR+= go-buffruneio
411SUBDIR+= go-bytebufferpool 412SUBDIR+= go-bytebufferpool
412SUBDIR+= go-cast 413SUBDIR+= go-cast
413SUBDIR+= go-check 414SUBDIR+= go-check
414SUBDIR+= go-cli 415SUBDIR+= go-cli
415SUBDIR+= go-cmp 416SUBDIR+= go-cmp
416SUBDIR+= go-cobra 417SUBDIR+= go-cobra
417SUBDIR+= go-colorable 418SUBDIR+= go-colorable
418SUBDIR+= go-colortext 419SUBDIR+= go-colortext
419SUBDIR+= go-colour 420SUBDIR+= go-colour
420SUBDIR+= go-compress 421SUBDIR+= go-compress
421SUBDIR+= go-consul-api 422SUBDIR+= go-consul-api
422SUBDIR+= go-cpuid 423SUBDIR+= go-cpuid
423SUBDIR+= go-debounce 424SUBDIR+= go-debounce
424SUBDIR+= go-ed25519 425SUBDIR+= go-ed25519
425SUBDIR+= go-emoji 426SUBDIR+= go-emoji
426SUBDIR+= go-errors 427SUBDIR+= go-errors
427SUBDIR+= go-flags-svent 428SUBDIR+= go-flags-svent
428SUBDIR+= go-fnmatch 429SUBDIR+= go-fnmatch
429SUBDIR+= go-fs 430SUBDIR+= go-fs
430SUBDIR+= go-fsnotify 431SUBDIR+= go-fsnotify
431SUBDIR+= go-fsync 432SUBDIR+= go-fsync
432SUBDIR+= go-gitmap 433SUBDIR+= go-gitmap
433SUBDIR+= go-glog 434SUBDIR+= go-glog
434SUBDIR+= go-gls 435SUBDIR+= go-gls
435SUBDIR+= go-gocode 436SUBDIR+= go-gocode
436SUBDIR+= go-godef 437SUBDIR+= go-godef
437SUBDIR+= go-godirwalk 438SUBDIR+= go-godirwalk
438SUBDIR+= go-godotenv 439SUBDIR+= go-godotenv
439SUBDIR+= go-golang-lru 440SUBDIR+= go-golang-lru
440SUBDIR+= go-goorgeous 441SUBDIR+= go-goorgeous
441SUBDIR+= go-gopkgs 442SUBDIR+= go-gopkgs
442SUBDIR+= go-goptlib 443SUBDIR+= go-goptlib
443SUBDIR+= go-goreturns 444SUBDIR+= go-goreturns
444SUBDIR+= go-gospel 445SUBDIR+= go-gospel
445SUBDIR+= go-gox 446SUBDIR+= go-gox
446SUBDIR+= go-hashstructure 447SUBDIR+= go-hashstructure
447SUBDIR+= go-homedir 448SUBDIR+= go-homedir
448SUBDIR+= go-humanize 449SUBDIR+= go-humanize
449SUBDIR+= go-i18n 450SUBDIR+= go-i18n
450SUBDIR+= go-immutable-radix 451SUBDIR+= go-immutable-radix
451SUBDIR+= go-ini 452SUBDIR+= go-ini
452SUBDIR+= go-iochan 453SUBDIR+= go-iochan
453SUBDIR+= go-isatty 454SUBDIR+= go-isatty
454SUBDIR+= go-jwalterweatherman 455SUBDIR+= go-jwalterweatherman
455SUBDIR+= go-jwt-go 456SUBDIR+= go-jwt-go
456SUBDIR+= go-kingpin.v3-unstable 457SUBDIR+= go-kingpin.v3-unstable
457SUBDIR+= go-kr-pretty 458SUBDIR+= go-kr-pretty
458SUBDIR+= go-levenshtein 459SUBDIR+= go-levenshtein
459SUBDIR+= go-locker 460SUBDIR+= go-locker
460SUBDIR+= go-logrus 461SUBDIR+= go-logrus
461SUBDIR+= go-mapstructure 462SUBDIR+= go-mapstructure
462SUBDIR+= go-mapstructure-bep 463SUBDIR+= go-mapstructure-bep
463SUBDIR+= go-mod 464SUBDIR+= go-mod
464SUBDIR+= go-mow-cli 465SUBDIR+= go-mow-cli
465SUBDIR+= go-nbreader 466SUBDIR+= go-nbreader
466SUBDIR+= go-nitro 467SUBDIR+= go-nitro
467SUBDIR+= go-osext 468SUBDIR+= go-osext
468SUBDIR+= go-pflag 469SUBDIR+= go-pflag
469SUBDIR+= go-pkgconfig 470SUBDIR+= go-pkgconfig
470SUBDIR+= go-properties 471SUBDIR+= go-properties
471SUBDIR+= go-protobuf 472SUBDIR+= go-protobuf
472SUBDIR+= go-pty 473SUBDIR+= go-pty
473SUBDIR+= go-purell 474SUBDIR+= go-purell
474SUBDIR+= go-quicktest 475SUBDIR+= go-quicktest
475SUBDIR+= go-radix 476SUBDIR+= go-radix
476SUBDIR+= go-ratelimit 477SUBDIR+= go-ratelimit
477SUBDIR+= go-repr 478SUBDIR+= go-repr
478SUBDIR+= go-review 479SUBDIR+= go-review
479SUBDIR+= go-sanitized_anchor_name 480SUBDIR+= go-sanitized_anchor_name
480SUBDIR+= go-shellwords 481SUBDIR+= go-shellwords
481SUBDIR+= go-shuffle 482SUBDIR+= go-shuffle
482SUBDIR+= go-siphash 483SUBDIR+= go-siphash
483SUBDIR+= go-spew 484SUBDIR+= go-spew
484SUBDIR+= go-sync 485SUBDIR+= go-sync
485SUBDIR+= go-sys 486SUBDIR+= go-sys
486SUBDIR+= go-termbox 487SUBDIR+= go-termbox
487SUBDIR+= go-testify 488SUBDIR+= go-testify
488SUBDIR+= go-textseg 489SUBDIR+= go-textseg
489SUBDIR+= go-thrift 490SUBDIR+= go-thrift
490SUBDIR+= go-tmc 491SUBDIR+= go-tmc
491SUBDIR+= go-tools 492SUBDIR+= go-tools
492SUBDIR+= go-try 493SUBDIR+= go-try
493SUBDIR+= go-viper 494SUBDIR+= go-viper
494SUBDIR+= go-walker 495SUBDIR+= go-walker
495SUBDIR+= go-wordwrap 496SUBDIR+= go-wordwrap
496SUBDIR+= go-xerrors 497SUBDIR+= go-xerrors
497SUBDIR+= go-yaml 498SUBDIR+= go-yaml
498SUBDIR+= gob2 499SUBDIR+= gob2
499SUBDIR+= gobject-introspection 500SUBDIR+= gobject-introspection
500SUBDIR+= golangci-lint 501SUBDIR+= golangci-lint
501SUBDIR+= golint 502SUBDIR+= golint
502SUBDIR+= google-api-go-client 503SUBDIR+= google-api-go-client
503SUBDIR+= google-glog 504SUBDIR+= google-glog
504SUBDIR+= googletest 505SUBDIR+= googletest
505SUBDIR+= gopls 506SUBDIR+= gopls
506SUBDIR+= got 507SUBDIR+= got
507SUBDIR+= gperf 508SUBDIR+= gperf
508SUBDIR+= gperftools 509SUBDIR+= gperftools
509SUBDIR+= gprbuild-aux 510SUBDIR+= gprbuild-aux
510SUBDIR+= gps 511SUBDIR+= gps
511SUBDIR+= gputils 512SUBDIR+= gputils
512SUBDIR+= gradle 513SUBDIR+= gradle
513SUBDIR+= grantlee 514SUBDIR+= grantlee
514SUBDIR+= grantlee-qt5 515SUBDIR+= grantlee-qt5
515SUBDIR+= gsoap 516SUBDIR+= gsoap
516SUBDIR+= gst-plugins0.10-pango 517SUBDIR+= gst-plugins0.10-pango
517SUBDIR+= gst-plugins1-pango 518SUBDIR+= gst-plugins1-pango
518SUBDIR+= gtexinfo 519SUBDIR+= gtexinfo
519SUBDIR+= gtl 520SUBDIR+= gtl
520SUBDIR+= guile-bytestructures 521SUBDIR+= guile-bytestructures
521SUBDIR+= guile-gcrypt 522SUBDIR+= guile-gcrypt
522SUBDIR+= guile-git 523SUBDIR+= guile-git
523SUBDIR+= guile-gnome 524SUBDIR+= guile-gnome
524SUBDIR+= guile-lib 525SUBDIR+= guile-lib
525SUBDIR+= guile-slib 526SUBDIR+= guile-slib
526SUBDIR+= guile-www 527SUBDIR+= guile-www
527SUBDIR+= guile22-slib 528SUBDIR+= guile22-slib
528SUBDIR+= gyp 529SUBDIR+= gyp
529SUBDIR+= happy 530SUBDIR+= happy
530SUBDIR+= haskell-mode 531SUBDIR+= haskell-mode
531SUBDIR+= hdevtools 532SUBDIR+= hdevtools
532SUBDIR+= hdf 533SUBDIR+= hdf
533SUBDIR+= hdf5 534SUBDIR+= hdf5
534SUBDIR+= hdf5-c++ 535SUBDIR+= hdf5-c++
535SUBDIR+= heirloom-getopt 536SUBDIR+= heirloom-getopt
536SUBDIR+= heirloom-libcommon 537SUBDIR+= heirloom-libcommon
537SUBDIR+= heirloom-what 538SUBDIR+= heirloom-what
538SUBDIR+= hoe 539SUBDIR+= hoe
539SUBDIR+= honggfuzz 540SUBDIR+= honggfuzz
540SUBDIR+= hptools 541SUBDIR+= hptools
541SUBDIR+= hs-MonadRandom 542SUBDIR+= hs-MonadRandom
542SUBDIR+= hs-Only 543SUBDIR+= hs-Only
543SUBDIR+= hs-QuickCheck 544SUBDIR+= hs-QuickCheck
544SUBDIR+= hs-StateVar 545SUBDIR+= hs-StateVar
545SUBDIR+= hs-ansi-terminal 546SUBDIR+= hs-ansi-terminal
546SUBDIR+= hs-asn1-encoding 547SUBDIR+= hs-asn1-encoding
547SUBDIR+= hs-asn1-parse 548SUBDIR+= hs-asn1-parse
548SUBDIR+= hs-asn1-types 549SUBDIR+= hs-asn1-types
549SUBDIR+= hs-async 550SUBDIR+= hs-async
550SUBDIR+= hs-base-compat 551SUBDIR+= hs-base-compat
551SUBDIR+= hs-base-compat-batteries 552SUBDIR+= hs-base-compat-batteries
552SUBDIR+= hs-base-orphans 553SUBDIR+= hs-base-orphans
553SUBDIR+= hs-base-unicode-symbols 554SUBDIR+= hs-base-unicode-symbols
554SUBDIR+= hs-basement 555SUBDIR+= hs-basement
555SUBDIR+= hs-bitarray 556SUBDIR+= hs-bitarray
556SUBDIR+= hs-blaze-builder 557SUBDIR+= hs-blaze-builder
557SUBDIR+= hs-bytestring-builder 558SUBDIR+= hs-bytestring-builder
558SUBDIR+= hs-call-stack 559SUBDIR+= hs-call-stack
559SUBDIR+= hs-cereal 560SUBDIR+= hs-cereal
560SUBDIR+= hs-cmdargs 561SUBDIR+= hs-cmdargs
561SUBDIR+= hs-code-page 562SUBDIR+= hs-code-page
562SUBDIR+= hs-colour 563SUBDIR+= hs-colour
563SUBDIR+= hs-conduit 564SUBDIR+= hs-conduit
564SUBDIR+= hs-control-monad-free 565SUBDIR+= hs-control-monad-free
565SUBDIR+= hs-cpphs 566SUBDIR+= hs-cpphs
566SUBDIR+= hs-data-default 567SUBDIR+= hs-data-default
567SUBDIR+= hs-data-default-class 568SUBDIR+= hs-data-default-class
568SUBDIR+= hs-data-default-instances-base 569SUBDIR+= hs-data-default-instances-base
569SUBDIR+= hs-data-default-instances-containers 570SUBDIR+= hs-data-default-instances-containers
570SUBDIR+= hs-data-default-instances-dlist 571SUBDIR+= hs-data-default-instances-dlist
571SUBDIR+= hs-data-default-instances-old-locale 572SUBDIR+= hs-data-default-instances-old-locale
572SUBDIR+= hs-deepseq-generics 573SUBDIR+= hs-deepseq-generics
573SUBDIR+= hs-dlist 574SUBDIR+= hs-dlist
574SUBDIR+= hs-echo 575SUBDIR+= hs-echo
575SUBDIR+= hs-either 576SUBDIR+= hs-either
576SUBDIR+= hs-errors 577SUBDIR+= hs-errors
577SUBDIR+= hs-exceptions 578SUBDIR+= hs-exceptions
578SUBDIR+= hs-extensible-exceptions 579SUBDIR+= hs-extensible-exceptions
579SUBDIR+= hs-fail 580SUBDIR+= hs-fail
580SUBDIR+= hs-fgl 581SUBDIR+= hs-fgl
581SUBDIR+= hs-file-embed 582SUBDIR+= hs-file-embed
582SUBDIR+= hs-fingertree 583SUBDIR+= hs-fingertree
583SUBDIR+= hs-fsnotify 584SUBDIR+= hs-fsnotify
584SUBDIR+= hs-generic-deriving 585SUBDIR+= hs-generic-deriving
585SUBDIR+= hs-ghc-mtl 586SUBDIR+= hs-ghc-mtl
586SUBDIR+= hs-ghc-paths 587SUBDIR+= hs-ghc-paths
587SUBDIR+= hs-hashable 588SUBDIR+= hs-hashable
588SUBDIR+= hs-hashtables 589SUBDIR+= hs-hashtables
589SUBDIR+= hs-haskell-lexer 590SUBDIR+= hs-haskell-lexer
590SUBDIR+= hs-haskell-src-exts 591SUBDIR+= hs-haskell-src-exts
591SUBDIR+= hs-hint 592SUBDIR+= hs-hint
592SUBDIR+= hs-hslua-module-system 593SUBDIR+= hs-hslua-module-system
593SUBDIR+= hs-ipynb 594SUBDIR+= hs-ipynb
594SUBDIR+= hs-libffi 595SUBDIR+= hs-libffi
595SUBDIR+= hs-lifted-base 596SUBDIR+= hs-lifted-base
596SUBDIR+= hs-lukko 597SUBDIR+= hs-lukko
597SUBDIR+= hs-memory 598SUBDIR+= hs-memory
598SUBDIR+= hs-mmorph 599SUBDIR+= hs-mmorph
599SUBDIR+= hs-monad-control 600SUBDIR+= hs-monad-control
600SUBDIR+= hs-mono-traversable 601SUBDIR+= hs-mono-traversable
601SUBDIR+= hs-old-locale 602SUBDIR+= hs-old-locale
602SUBDIR+= hs-optparse-applicative 603SUBDIR+= hs-optparse-applicative
603SUBDIR+= hs-parser-combinators 604SUBDIR+= hs-parser-combinators
604SUBDIR+= hs-pretty-show 605SUBDIR+= hs-pretty-show
605SUBDIR+= hs-primitive 606SUBDIR+= hs-primitive
606SUBDIR+= hs-random 607SUBDIR+= hs-random
607SUBDIR+= hs-reflection 608SUBDIR+= hs-reflection
608SUBDIR+= hs-resourcet 609SUBDIR+= hs-resourcet
609SUBDIR+= hs-safe 610SUBDIR+= hs-safe
610SUBDIR+= hs-setlocale 611SUBDIR+= hs-setlocale
611SUBDIR+= hs-split 612SUBDIR+= hs-split
612SUBDIR+= hs-splitmix 613SUBDIR+= hs-splitmix
613SUBDIR+= hs-streaming-commons 614SUBDIR+= hs-streaming-commons
614SUBDIR+= hs-syb 615SUBDIR+= hs-syb
615SUBDIR+= hs-tabular 616SUBDIR+= hs-tabular
616SUBDIR+= hs-tagged 617SUBDIR+= hs-tagged
617SUBDIR+= hs-tasty 618SUBDIR+= hs-tasty
618SUBDIR+= hs-tasty-hunit 619SUBDIR+= hs-tasty-hunit
619SUBDIR+= hs-terminal-size 620SUBDIR+= hs-terminal-size
620SUBDIR+= hs-tf-random 621SUBDIR+= hs-tf-random
621SUBDIR+= hs-th-abstraction 622SUBDIR+= hs-th-abstraction
622SUBDIR+= hs-timeit 623SUBDIR+= hs-timeit
623SUBDIR+= hs-transformers-base 624SUBDIR+= hs-transformers-base
624SUBDIR+= hs-transformers-compat 625SUBDIR+= hs-transformers-compat
625SUBDIR+= hs-uglymemo 626SUBDIR+= hs-uglymemo
626SUBDIR+= hs-unbounded-delays 627SUBDIR+= hs-unbounded-delays
627SUBDIR+= hs-uniplate 628SUBDIR+= hs-uniplate
628SUBDIR+= hs-unix-compat 629SUBDIR+= hs-unix-compat
629SUBDIR+= hs-unliftio-core 630SUBDIR+= hs-unliftio-core
630SUBDIR+= hs-unordered-containers 631SUBDIR+= hs-unordered-containers
631SUBDIR+= hs-utf8-string 632SUBDIR+= hs-utf8-string
632SUBDIR+= hs-utility-ht 633SUBDIR+= hs-utility-ht
633SUBDIR+= hs-uuid-types 634SUBDIR+= hs-uuid-types
634SUBDIR+= hs-vault 635SUBDIR+= hs-vault
635SUBDIR+= hs-vector 636SUBDIR+= hs-vector
636SUBDIR+= hs-vector-algorithms 637SUBDIR+= hs-vector-algorithms
637SUBDIR+= hs-vector-binary-instances 638SUBDIR+= hs-vector-binary-instances
638SUBDIR+= hs-vector-th-unbox 639SUBDIR+= hs-vector-th-unbox
639SUBDIR+= hs-void 640SUBDIR+= hs-void
640SUBDIR+= hs-wizards 641SUBDIR+= hs-wizards
641SUBDIR+= ht 642SUBDIR+= ht
642SUBDIR+= hugs-HUnit 643SUBDIR+= hugs-HUnit
643SUBDIR+= hugs-unix 644SUBDIR+= hugs-unix
644SUBDIR+= hyperscan 645SUBDIR+= hyperscan
645SUBDIR+= idiff 646SUBDIR+= idiff
646SUBDIR+= idutils 647SUBDIR+= idutils
647SUBDIR+= imake 648SUBDIR+= imake
648SUBDIR+= include-what-you-use 649SUBDIR+= include-what-you-use
649SUBDIR+= iniparser 650SUBDIR+= iniparser
650SUBDIR+= intel2gas 651SUBDIR+= intel2gas
651SUBDIR+= intellij-ce-bin 652SUBDIR+= intellij-ce-bin
652SUBDIR+= intellij-ue-bin 653SUBDIR+= intellij-ue-bin
653SUBDIR+= isect 654SUBDIR+= isect
654SUBDIR+= ivykis 655SUBDIR+= ivykis
655SUBDIR+= jam 656SUBDIR+= jam
656SUBDIR+= java-jna 657SUBDIR+= java-jna
657SUBDIR+= java-subversion 658SUBDIR+= java-subversion
658SUBDIR+= javacc 659SUBDIR+= javacc
659SUBDIR+= javadeps 660SUBDIR+= javadeps
660SUBDIR+= jd-gui 661SUBDIR+= jd-gui
661SUBDIR+= jdebp-redo 662SUBDIR+= jdebp-redo
662SUBDIR+= jemalloc 663SUBDIR+= jemalloc
663SUBDIR+= jenkins 664SUBDIR+= jenkins
664SUBDIR+= jenkins-lts 665SUBDIR+= jenkins-lts
665SUBDIR+= jflex 666SUBDIR+= jflex
666SUBDIR+= jq 667SUBDIR+= jq
667SUBDIR+= js2-mode 668SUBDIR+= js2-mode
668SUBDIR+= js_of_ocaml 669SUBDIR+= js_of_ocaml
669SUBDIR+= jsonnet 670SUBDIR+= jsonnet
670SUBDIR+= kafka 671SUBDIR+= kafka
671SUBDIR+= kapptemplate 672SUBDIR+= kapptemplate
672SUBDIR+= kbookmarks 673SUBDIR+= kbookmarks
673SUBDIR+= kbuild 674SUBDIR+= kbuild
674SUBDIR+= kcachegrind 675SUBDIR+= kcachegrind
675SUBDIR+= kcmutils 676SUBDIR+= kcmutils
676SUBDIR+= kconfig 677SUBDIR+= kconfig
677SUBDIR+= kcoreaddons 678SUBDIR+= kcoreaddons
678SUBDIR+= kcrash 679SUBDIR+= kcrash
679SUBDIR+= kde-dev-scripts 680SUBDIR+= kde-dev-scripts
680SUBDIR+= kde-dev-utils 681SUBDIR+= kde-dev-utils
681SUBDIR+= kdeclarative 682SUBDIR+= kdeclarative
682SUBDIR+= kdesdk-kioslaves 683SUBDIR+= kdesdk-kioslaves
683SUBDIR+= kdesdk-strigi-analyzers 684SUBDIR+= kdesdk-strigi-analyzers
684SUBDIR+= kdesdk-thumbnailers 685SUBDIR+= kdesdk-thumbnailers
685SUBDIR+= kdevelop4 686SUBDIR+= kdevelop4
686SUBDIR+= kdevplatform 687SUBDIR+= kdevplatform
687SUBDIR+= kdiff3 688SUBDIR+= kdiff3
688SUBDIR+= kdoctools 689SUBDIR+= kdoctools
689SUBDIR+= ki18n 690SUBDIR+= ki18n
690SUBDIR+= kidletime 691SUBDIR+= kidletime
691SUBDIR+= kio 692SUBDIR+= kio
692SUBDIR+= kio-extras 693SUBDIR+= kio-extras
693SUBDIR+= kitemmodels 694SUBDIR+= kitemmodels
694SUBDIR+= knotifications 695SUBDIR+= knotifications
695SUBDIR+= knotifyconfig 696SUBDIR+= knotifyconfig
696SUBDIR+= ko-po-check 697SUBDIR+= ko-po-check
697SUBDIR+= kompare 698SUBDIR+= kompare
698SUBDIR+= kpackage 699SUBDIR+= kpackage
699SUBDIR+= kparts 700SUBDIR+= kparts
700SUBDIR+= kpeople 701SUBDIR+= kpeople
701SUBDIR+= kpty 702SUBDIR+= kpty
702SUBDIR+= kross 703SUBDIR+= kross
703SUBDIR+= krunner 704SUBDIR+= krunner
704SUBDIR+= kservice 705SUBDIR+= kservice
705SUBDIR+= ktexteditor 706SUBDIR+= ktexteditor
706SUBDIR+= kwayland 707SUBDIR+= kwayland
707SUBDIR+= kyua 708SUBDIR+= kyua
708SUBDIR+= lcc 709SUBDIR+= lcc
709SUBDIR+= lcdis 710SUBDIR+= lcdis
710SUBDIR+= lcov 711SUBDIR+= lcov
711SUBDIR+= ldapsdk 712SUBDIR+= ldapsdk
712SUBDIR+= ldpc 713SUBDIR+= ldpc
713SUBDIR+= leahneukirchen-redo 714SUBDIR+= leahneukirchen-redo
714SUBDIR+= lemon 715SUBDIR+= lemon
715SUBDIR+= lettuce 716SUBDIR+= lettuce
716SUBDIR+= libFoundation 717SUBDIR+= libFoundation
717SUBDIR+= libFoundation-examples 718SUBDIR+= libFoundation-examples
718SUBDIR+= libantlr3c 719SUBDIR+= libantlr3c
719SUBDIR+= libappindicator 720SUBDIR+= libappindicator
720SUBDIR+= libarena 721SUBDIR+= libarena
721SUBDIR+= libargparse 722SUBDIR+= libargparse
722SUBDIR+= libast 723SUBDIR+= libast
723SUBDIR+= libatomic 724SUBDIR+= libatomic
724SUBDIR+= libatomic-links 725SUBDIR+= libatomic-links
725SUBDIR+= libatomic_ops 726SUBDIR+= libatomic_ops
726SUBDIR+= libbegemot 727SUBDIR+= libbegemot
727SUBDIR+= libbinio 728SUBDIR+= libbinio
728SUBDIR+= libblkid 729SUBDIR+= libblkid
729SUBDIR+= libbonobo 730SUBDIR+= libbonobo
730SUBDIR+= libbonoboui 731SUBDIR+= libbonoboui
731SUBDIR+= libbsd 732SUBDIR+= libbsd
732SUBDIR+= libcbor 733SUBDIR+= libcbor
733SUBDIR+= libcerf 734SUBDIR+= libcerf
734SUBDIR+= libcfg+ 735SUBDIR+= libcfg+
735SUBDIR+= libcompizconfig 736SUBDIR+= libcompizconfig
736SUBDIR+= libconfig 737SUBDIR+= libconfig
737SUBDIR+= libctl 738SUBDIR+= libctl
738SUBDIR+= libdaemon 739SUBDIR+= libdaemon
739SUBDIR+= libdatrie 740SUBDIR+= libdatrie
740SUBDIR+= libdazzle 741SUBDIR+= libdazzle
741SUBDIR+= libdbusmenu-glib 742SUBDIR+= libdbusmenu-glib
742SUBDIR+= libdbusmenu-gtk 743SUBDIR+= libdbusmenu-gtk
743SUBDIR+= libdbusmenu-gtk-doc 744SUBDIR+= libdbusmenu-gtk-doc
744SUBDIR+= libdbusmenu-gtk3 745SUBDIR+= libdbusmenu-gtk3
745SUBDIR+= libdbusmenu-jsonloader 746SUBDIR+= libdbusmenu-jsonloader
746SUBDIR+= libdbusmenu-qt 747SUBDIR+= libdbusmenu-qt
747SUBDIR+= libdbusmenu-qt5 748SUBDIR+= libdbusmenu-qt5
748SUBDIR+= libdbusmenu-tools 749SUBDIR+= libdbusmenu-tools
749SUBDIR+= libdevq 750SUBDIR+= libdevq
750SUBDIR+= libdivsufsort 751SUBDIR+= libdivsufsort
751SUBDIR+= libdnsres 752SUBDIR+= libdnsres
752SUBDIR+= libdockapp 753SUBDIR+= libdockapp
753SUBDIR+= libdshconfig 754SUBDIR+= libdshconfig
754SUBDIR+= libdstr 755SUBDIR+= libdstr
755SUBDIR+= libdwarf 756SUBDIR+= libdwarf
756SUBDIR+= libebml 757SUBDIR+= libebml
757SUBDIR+= libelf 758SUBDIR+= libelf
758SUBDIR+= libestr 759SUBDIR+= libestr
759SUBDIR+= libetm 760SUBDIR+= libetm
760SUBDIR+= libev 761SUBDIR+= libev
761SUBDIR+= libevent 762SUBDIR+= libevent
762SUBDIR+= libewf 763SUBDIR+= libewf
763SUBDIR+= libexecinfo 764SUBDIR+= libexecinfo
764SUBDIR+= libextractor 765SUBDIR+= libextractor
765SUBDIR+= libf2c 766SUBDIR+= libf2c
766SUBDIR+= libffcall 767SUBDIR+= libffcall
767SUBDIR+= libffi 768SUBDIR+= libffi
768SUBDIR+= libfirm 769SUBDIR+= libfirm
769SUBDIR+= libfreefare 770SUBDIR+= libfreefare
770SUBDIR+= libftdi 771SUBDIR+= libftdi
771SUBDIR+= libftdi1 772SUBDIR+= libftdi1
772SUBDIR+= libgcroots 773SUBDIR+= libgcroots
773SUBDIR+= libgee 774SUBDIR+= libgee
774SUBDIR+= libgee0.6 775SUBDIR+= libgee0.6
775SUBDIR+= libgetopt 776SUBDIR+= libgetopt
776SUBDIR+= libgit2 777SUBDIR+= libgit2
777SUBDIR+= libglade 778SUBDIR+= libglade
778SUBDIR+= libglademm 779SUBDIR+= libglademm
779SUBDIR+= libgnome 780SUBDIR+= libgnome
780SUBDIR+= libgnomemm 781SUBDIR+= libgnomemm
781SUBDIR+= libgnomeui 782SUBDIR+= libgnomeui
782SUBDIR+= libgnomeuimm 783SUBDIR+= libgnomeuimm
783SUBDIR+= libgnt 784SUBDIR+= libgnt
784SUBDIR+= libgphoto2 785SUBDIR+= libgphoto2
785SUBDIR+= libgsf 786SUBDIR+= libgsf
786SUBDIR+= libgweather 787SUBDIR+= libgweather
787SUBDIR+= libhandy 788SUBDIR+= libhandy
788SUBDIR+= libhandy1 789SUBDIR+= libhandy1
789SUBDIR+= libhfs 790SUBDIR+= libhfs
790SUBDIR+= libhid 791SUBDIR+= libhid
791SUBDIR+= libiberty 792SUBDIR+= libiberty
792SUBDIR+= libidn 793SUBDIR+= libidn
793SUBDIR+= libidn2 794SUBDIR+= libidn2
794SUBDIR+= libindicator 795SUBDIR+= libindicator
795SUBDIR+= libinotify 796SUBDIR+= libinotify
796SUBDIR+= libite 797SUBDIR+= libite
797SUBDIR+= libixp 798SUBDIR+= libixp
798SUBDIR+= libjit 799SUBDIR+= libjit
799SUBDIR+= libjudy 800SUBDIR+= libjudy
800SUBDIR+= libkgapi 801SUBDIR+= libkgapi
801SUBDIR+= libkomparediff2 802SUBDIR+= libkomparediff2
802SUBDIR+= liblangtag 803SUBDIR+= liblangtag
803SUBDIR+= liblnk 804SUBDIR+= liblnk
804SUBDIR+= libltdl 805SUBDIR+= libltdl
805SUBDIR+= libmaa 806SUBDIR+= libmaa
806SUBDIR+= libmatchbox 807SUBDIR+= libmatchbox
807SUBDIR+= libmemcache 808SUBDIR+= libmemcache
808SUBDIR+= libmemcached 809SUBDIR+= libmemcached
809SUBDIR+= libmemmgr 810SUBDIR+= libmemmgr
810SUBDIR+= libmimedir 811SUBDIR+= libmimedir
811SUBDIR+= libmm 812SUBDIR+= libmm
812SUBDIR+= libmowgli 813SUBDIR+= libmowgli
813SUBDIR+= libmtp 814SUBDIR+= libmtp
814SUBDIR+= libnet 815SUBDIR+= libnet
815SUBDIR+= libnet10 816SUBDIR+= libnet10
816SUBDIR+= libnet11 817SUBDIR+= libnet11
817SUBDIR+= libnfc 818SUBDIR+= libnfc
818SUBDIR+= libnjb 819SUBDIR+= libnjb
819SUBDIR+= libntlm 820SUBDIR+= libntlm
820SUBDIR+= liboil 821SUBDIR+= liboil
821SUBDIR+= liboop 822SUBDIR+= liboop
822SUBDIR+= libosip 823SUBDIR+= libosip
823SUBDIR+= libowfat 824SUBDIR+= libowfat
824SUBDIR+= libpeas 825SUBDIR+= libpeas
825SUBDIR+= libpgm 826SUBDIR+= libpgm
826SUBDIR+= libphutil 827SUBDIR+= libphutil
827SUBDIR+= libportlib 828SUBDIR+= libportlib
828SUBDIR+= libproplist 829SUBDIR+= libproplist
829SUBDIR+= librdkafka 830SUBDIR+= librdkafka
830SUBDIR+= librelp 831SUBDIR+= librelp
831SUBDIR+= librfuncs 832SUBDIR+= librfuncs
832SUBDIR+= librlog 833SUBDIR+= librlog
833SUBDIR+= librxspencer 834SUBDIR+= librxspencer
834SUBDIR+= libsafec 835SUBDIR+= libsafec
835SUBDIR+= libsexy 836SUBDIR+= libsexy
836SUBDIR+= libsexymm 837SUBDIR+= libsexymm
837SUBDIR+= libsigc++ 838SUBDIR+= libsigc++
838SUBDIR+= libsigc++1 839SUBDIR+= libsigc++1
839SUBDIR+= libsigc++3 840SUBDIR+= libsigc++3
840SUBDIR+= libsigsegv 841SUBDIR+= libsigsegv
841SUBDIR+= libslang 842SUBDIR+= libslang
842SUBDIR+= libslang2 843SUBDIR+= libslang2
843SUBDIR+= libsmi 844SUBDIR+= libsmi
844SUBDIR+= libstash 845SUBDIR+= libstash
845SUBDIR+= libstatgrab 846SUBDIR+= libstatgrab
846SUBDIR+= libstree 847SUBDIR+= libstree
847SUBDIR+= libstroke 848SUBDIR+= libstroke
848SUBDIR+= libstubborn 849SUBDIR+= libstubborn
849SUBDIR+= libtai 850SUBDIR+= libtai
850SUBDIR+= libtar 851SUBDIR+= libtar
851SUBDIR+= libtecla 852SUBDIR+= libtecla
852SUBDIR+= libthai 853SUBDIR+= libthai
853SUBDIR+= libthrift 854SUBDIR+= libthrift
854SUBDIR+= libthrift_c_glib 855SUBDIR+= libthrift_c_glib
855SUBDIR+= libtool 856SUBDIR+= libtool
856SUBDIR+= libtool-base 857SUBDIR+= libtool-base
857SUBDIR+= libtool-fortran 858SUBDIR+= libtool-fortran
858SUBDIR+= libtool-info 859SUBDIR+= libtool-info
859SUBDIR+= libts 860SUBDIR+= libts
860SUBDIR+= libunit 861SUBDIR+= libunit
861SUBDIR+= libusb 862SUBDIR+= libusb
862SUBDIR+= libusb-compat 863SUBDIR+= libusb-compat
863SUBDIR+= libusb1 864SUBDIR+= libusb1
864SUBDIR+= libuuid 865SUBDIR+= libuuid
865SUBDIR+= libuv 866SUBDIR+= libuv
866SUBDIR+= libuxre 867SUBDIR+= libuxre
867SUBDIR+= libview 868SUBDIR+= libview
868SUBDIR+= libvolume_id 869SUBDIR+= libvolume_id
869SUBDIR+= libwhisker2 870SUBDIR+= libwhisker2
870SUBDIR+= libwnck 871SUBDIR+= libwnck
871SUBDIR+= libwnck3 872SUBDIR+= libwnck3
872SUBDIR+= libxenserver 873SUBDIR+= libxenserver
873SUBDIR+= libyang 874SUBDIR+= libyang
874SUBDIR+= libzen 875SUBDIR+= libzen
875SUBDIR+= libzookeeper 876SUBDIR+= libzookeeper
876SUBDIR+= linenoise 877SUBDIR+= linenoise
877SUBDIR+= lld 878SUBDIR+= lld
878SUBDIR+= lldb 879SUBDIR+= lldb
879SUBDIR+= lmdbg 880SUBDIR+= lmdbg
880SUBDIR+= locktests 881SUBDIR+= locktests
881SUBDIR+= log4cplus 882SUBDIR+= log4cplus
882SUBDIR+= log4cxx 883SUBDIR+= log4cxx
883SUBDIR+= log4shib 884SUBDIR+= log4shib
884SUBDIR+= lokalize 885SUBDIR+= lokalize
885SUBDIR+= ltsa 886SUBDIR+= ltsa
886SUBDIR+= lua-BitOp 887SUBDIR+= lua-BitOp
887SUBDIR+= lua-alt-getopt 888SUBDIR+= lua-alt-getopt
888SUBDIR+= lua-ansicolors 889SUBDIR+= lua-ansicolors
889SUBDIR+= lua-argparse 890SUBDIR+= lua-argparse
890SUBDIR+= lua-basexx 891SUBDIR+= lua-basexx
891SUBDIR+= lua-binaryheap 892SUBDIR+= lua-binaryheap
892SUBDIR+= lua-bit32 893SUBDIR+= lua-bit32
893SUBDIR+= lua-busted 894SUBDIR+= lua-busted
894SUBDIR+= lua-cliargs 895SUBDIR+= lua-cliargs
895SUBDIR+= lua-compat53 896SUBDIR+= lua-compat53
896SUBDIR+= lua-cov 897SUBDIR+= lua-cov
897SUBDIR+= lua-coxpcall 898SUBDIR+= lua-coxpcall
898SUBDIR+= lua-cqueues 899SUBDIR+= lua-cqueues
899SUBDIR+= lua-epnf 900SUBDIR+= lua-epnf
900SUBDIR+= lua-event 901SUBDIR+= lua-event
901SUBDIR+= lua-fifo 902SUBDIR+= lua-fifo
902SUBDIR+= lua-filesystem 903SUBDIR+= lua-filesystem
903SUBDIR+= lua-fun 904SUBDIR+= lua-fun
904SUBDIR+= lua-gi 905SUBDIR+= lua-gi
905SUBDIR+= lua-inspect 906SUBDIR+= lua-inspect
906SUBDIR+= lua-linenoise 907SUBDIR+= lua-linenoise
907SUBDIR+= lua-ljsyscall 908SUBDIR+= lua-ljsyscall
908SUBDIR+= lua-loadkit 909SUBDIR+= lua-loadkit
909SUBDIR+= lua-lpeg 910SUBDIR+= lua-lpeg
910SUBDIR+= lua-lpeg-patterns 911SUBDIR+= lua-lpeg-patterns
911SUBDIR+= lua-lrexlib 912SUBDIR+= lua-lrexlib
912SUBDIR+= lua-lrexlib-onig 913SUBDIR+= lua-lrexlib-onig
913SUBDIR+= lua-lrexlib-pcre 914SUBDIR+= lua-lrexlib-pcre
914SUBDIR+= lua-lrexlib-posix 915SUBDIR+= lua-lrexlib-posix
915SUBDIR+= lua-luassert 916SUBDIR+= lua-luassert
916SUBDIR+= lua-luv 917SUBDIR+= lua-luv
917SUBDIR+= lua-mediator 918SUBDIR+= lua-mediator
918SUBDIR+= lua-mimetypes 919SUBDIR+= lua-mimetypes
919SUBDIR+= lua-mode 920SUBDIR+= lua-mode
920SUBDIR+= lua-moses 921SUBDIR+= lua-moses
921SUBDIR+= lua-penlight 922SUBDIR+= lua-penlight
922SUBDIR+= lua-posix 923SUBDIR+= lua-posix
923SUBDIR+= lua-repl 924SUBDIR+= lua-repl
924SUBDIR+= lua-rings 925SUBDIR+= lua-rings
925SUBDIR+= lua-rocks 926SUBDIR+= lua-rocks
926SUBDIR+= lua-safer 927SUBDIR+= lua-safer
927SUBDIR+= lua-say 928SUBDIR+= lua-say
928SUBDIR+= lua-sdl2 929SUBDIR+= lua-sdl2
929SUBDIR+= lua-std-_debug 930SUBDIR+= lua-std-_debug
930SUBDIR+= lua-std-normalize 931SUBDIR+= lua-std-normalize
931SUBDIR+= lua-stdlib 932SUBDIR+= lua-stdlib
932SUBDIR+= lua-system 933SUBDIR+= lua-system
933SUBDIR+= lua-term 934SUBDIR+= lua-term
934SUBDIR+= lua-thrift 935SUBDIR+= lua-thrift
935SUBDIR+= lua-vstruct 936SUBDIR+= lua-vstruct
936SUBDIR+= lutok 937SUBDIR+= lutok
937SUBDIR+= lwp 938SUBDIR+= lwp
938SUBDIR+= lxqt-build-tools 939SUBDIR+= lxqt-build-tools
939SUBDIR+= m17n-lib 940SUBDIR+= m17n-lib
940SUBDIR+= m4 941SUBDIR+= m4
941SUBDIR+= mad-flute 942SUBDIR+= mad-flute
942SUBDIR+= magit 943SUBDIR+= magit
943SUBDIR+= makedepend 944SUBDIR+= makedepend
944SUBDIR+= makedepf90 945SUBDIR+= makedepf90
945SUBDIR+= maketool 946SUBDIR+= maketool
946SUBDIR+= man-pages 947SUBDIR+= man-pages
947SUBDIR+= mantis 948SUBDIR+= mantis
948SUBDIR+= mate-common 949SUBDIR+= mate-common
949SUBDIR+= matio 950SUBDIR+= matio
950SUBDIR+= mcpp 951SUBDIR+= mcpp
951SUBDIR+= mdds 952SUBDIR+= mdds
952SUBDIR+= mdds1.2 953SUBDIR+= mdds1.2
953SUBDIR+= meld 954SUBDIR+= meld
954SUBDIR+= mell 955SUBDIR+= mell
955SUBDIR+= memcached 956SUBDIR+= memcached
956SUBDIR+= menhir 957SUBDIR+= menhir
957SUBDIR+= mercurial 958SUBDIR+= mercurial
958SUBDIR+= meson 959SUBDIR+= meson
959SUBDIR+= mk-configure 960SUBDIR+= mk-configure
960SUBDIR+= mkcmd 961SUBDIR+= mkcmd
961SUBDIR+= mm-common 962SUBDIR+= mm-common
962SUBDIR+= mob 963SUBDIR+= mob
963SUBDIR+= monotone 964SUBDIR+= monotone
964SUBDIR+= monotone-server 965SUBDIR+= monotone-server
965SUBDIR+= monotone-viz 966SUBDIR+= monotone-viz
966SUBDIR+= mph 967SUBDIR+= mph
967SUBDIR+= msgpack 968SUBDIR+= msgpack
968SUBDIR+= mustach 969SUBDIR+= mustach
969SUBDIR+= myrepos 970SUBDIR+= myrepos
970SUBDIR+= nana 971SUBDIR+= nana
971SUBDIR+= nancy 972SUBDIR+= nancy
972SUBDIR+= nasm 973SUBDIR+= nasm
973SUBDIR+= nbpatch 974SUBDIR+= nbpatch
974SUBDIR+= ncc 975SUBDIR+= ncc
975SUBDIR+= ncurses 976SUBDIR+= ncurses
976SUBDIR+= ncursesw 977SUBDIR+= ncursesw
977SUBDIR+= netbeans-ide 978SUBDIR+= netbeans-ide
978SUBDIR+= netbsd-iscsi-lib 979SUBDIR+= netbsd-iscsi-lib
979SUBDIR+= netcdf 980SUBDIR+= netcdf
980SUBDIR+= netcdf-cxx 981SUBDIR+= netcdf-cxx
981SUBDIR+= netcdf-fortran 982SUBDIR+= netcdf-fortran
982SUBDIR+= newfile 983SUBDIR+= newfile
983SUBDIR+= ninja-build 984SUBDIR+= ninja-build
984SUBDIR+= ninka 985SUBDIR+= ninka
985SUBDIR+= noweb 986SUBDIR+= noweb
986SUBDIR+= npapi-sdk 987SUBDIR+= npapi-sdk
987SUBDIR+= npth 988SUBDIR+= npth
988SUBDIR+= nqc 989SUBDIR+= nqc
989SUBDIR+= nsis 990SUBDIR+= nsis
990SUBDIR+= nspr 991SUBDIR+= nspr
991SUBDIR+= nspr-reference 992SUBDIR+= nspr-reference
992SUBDIR+= nss 993SUBDIR+= nss
993SUBDIR+= objfw 994SUBDIR+= objfw
994SUBDIR+= ocaml-angstrom 995SUBDIR+= ocaml-angstrom
995SUBDIR+= ocaml-astring 996SUBDIR+= ocaml-astring
996SUBDIR+= ocaml-async 997SUBDIR+= ocaml-async
997SUBDIR+= ocaml-async_extra 998SUBDIR+= ocaml-async_extra
998SUBDIR+= ocaml-async_kernel 999SUBDIR+= ocaml-async_kernel
999SUBDIR+= ocaml-async_rpc_kernel 1000SUBDIR+= ocaml-async_rpc_kernel
1000SUBDIR+= ocaml-async_unix 1001SUBDIR+= ocaml-async_unix
1001SUBDIR+= ocaml-base 1002SUBDIR+= ocaml-base
1002SUBDIR+= ocaml-base64 1003SUBDIR+= ocaml-base64
1003SUBDIR+= ocaml-base_bigstring 1004SUBDIR+= ocaml-base_bigstring
1004SUBDIR+= ocaml-base_quickcheck 1005SUBDIR+= ocaml-base_quickcheck
1005SUBDIR+= ocaml-batteries 1006SUBDIR+= ocaml-batteries
1006SUBDIR+= ocaml-bigarray-compat 1007SUBDIR+= ocaml-bigarray-compat
1007SUBDIR+= ocaml-bigstringaf 1008SUBDIR+= ocaml-bigstringaf
1008SUBDIR+= ocaml-bin_prot 1009SUBDIR+= ocaml-bin_prot
1009SUBDIR+= ocaml-biniou 1010SUBDIR+= ocaml-biniou
1010SUBDIR+= ocaml-bos 1011SUBDIR+= ocaml-bos
1011SUBDIR+= ocaml-checkseum 1012SUBDIR+= ocaml-checkseum
1012SUBDIR+= ocaml-cmdliner 1013SUBDIR+= ocaml-cmdliner
1013SUBDIR+= ocaml-compiler-libs 1014SUBDIR+= ocaml-compiler-libs
1014SUBDIR+= ocaml-configurator 1015SUBDIR+= ocaml-configurator
1015SUBDIR+= ocaml-core 1016SUBDIR+= ocaml-core
1016SUBDIR+= ocaml-core_kernel 1017SUBDIR+= ocaml-core_kernel
1017SUBDIR+= ocaml-cppo 1018SUBDIR+= ocaml-cppo
1018SUBDIR+= ocaml-csexp 1019SUBDIR+= ocaml-csexp
1019SUBDIR+= ocaml-cstruct 1020SUBDIR+= ocaml-cstruct
1020SUBDIR+= ocaml-deriving-ocsigen 1021SUBDIR+= ocaml-deriving-ocsigen
1021SUBDIR+= ocaml-digestif 1022SUBDIR+= ocaml-digestif
1022SUBDIR+= ocaml-duff 1023SUBDIR+= ocaml-duff
1023SUBDIR+= ocaml-dune 1024SUBDIR+= ocaml-dune
1024SUBDIR+= ocaml-dune-configurator 1025SUBDIR+= ocaml-dune-configurator
1025SUBDIR+= ocaml-encore 1026SUBDIR+= ocaml-encore
1026SUBDIR+= ocaml-eqaf 1027SUBDIR+= ocaml-eqaf
1027SUBDIR+= ocaml-extlib 1028SUBDIR+= ocaml-extlib
1028SUBDIR+= ocaml-fieldslib 1029SUBDIR+= ocaml-fieldslib
1029SUBDIR+= ocaml-findlib 1030SUBDIR+= ocaml-findlib
1030SUBDIR+= ocaml-fmt 1031SUBDIR+= ocaml-fmt
1031SUBDIR+= ocaml-fpath 1032SUBDIR+= ocaml-fpath
1032SUBDIR+= ocaml-git 1033SUBDIR+= ocaml-git
1033SUBDIR+= ocaml-hex 1034SUBDIR+= ocaml-hex
1034SUBDIR+= ocaml-jane-street-headers 1035SUBDIR+= ocaml-jane-street-headers
1035SUBDIR+= ocaml-jbuilder 1036SUBDIR+= ocaml-jbuilder
1036SUBDIR+= ocaml-js-build-tools 1037SUBDIR+= ocaml-js-build-tools
1037SUBDIR+= ocaml-jst-config 1038SUBDIR+= ocaml-jst-config
1038SUBDIR+= ocaml-ke 1039SUBDIR+= ocaml-ke
1039SUBDIR+= ocaml-logs 1040SUBDIR+= ocaml-logs
1040SUBDIR+= ocaml-lru 1041SUBDIR+= ocaml-lru
1041SUBDIR+= ocaml-lwt 1042SUBDIR+= ocaml-lwt
1042SUBDIR+= ocaml-lwt_camlp4 1043SUBDIR+= ocaml-lwt_camlp4
1043SUBDIR+= ocaml-lwt_glib 1044SUBDIR+= ocaml-lwt_glib
1044SUBDIR+= ocaml-lwt_log 1045SUBDIR+= ocaml-lwt_log
1045SUBDIR+= ocaml-lwt_ppx 1046SUBDIR+= ocaml-lwt_ppx
1046SUBDIR+= ocaml-lwt_react 1047SUBDIR+= ocaml-lwt_react
1047SUBDIR+= ocaml-lwt_ssl 1048SUBDIR+= ocaml-lwt_ssl
1048SUBDIR+= ocaml-migrate-parsetree 1049SUBDIR+= ocaml-migrate-parsetree
1049SUBDIR+= ocaml-mmap 1050SUBDIR+= ocaml-mmap
1050SUBDIR+= ocaml-oasis 1051SUBDIR+= ocaml-oasis
1051SUBDIR+= ocaml-ocplib-endian 1052SUBDIR+= ocaml-ocplib-endian
1052SUBDIR+= ocaml-optcomp 1053SUBDIR+= ocaml-optcomp
1053SUBDIR+= ocaml-optint 1054SUBDIR+= ocaml-optint
1054SUBDIR+= ocaml-parsexp 1055SUBDIR+= ocaml-parsexp
1055SUBDIR+= ocaml-ppx_assert 1056SUBDIR+= ocaml-ppx_assert
1056SUBDIR+= ocaml-ppx_base 1057SUBDIR+= ocaml-ppx_base
1057SUBDIR+= ocaml-ppx_bench 1058SUBDIR+= ocaml-ppx_bench
1058SUBDIR+= ocaml-ppx_bin_prot 1059SUBDIR+= ocaml-ppx_bin_prot
1059SUBDIR+= ocaml-ppx_cold 1060SUBDIR+= ocaml-ppx_cold
1060SUBDIR+= ocaml-ppx_compare 1061SUBDIR+= ocaml-ppx_compare
1061SUBDIR+= ocaml-ppx_custom_printf 1062SUBDIR+= ocaml-ppx_custom_printf
1062SUBDIR+= ocaml-ppx_derivers 1063SUBDIR+= ocaml-ppx_derivers
1063SUBDIR+= ocaml-ppx_deriving 1064SUBDIR+= ocaml-ppx_deriving
1064SUBDIR+= ocaml-ppx_enumerate 1065SUBDIR+= ocaml-ppx_enumerate
1065SUBDIR+= ocaml-ppx_expect 1066SUBDIR+= ocaml-ppx_expect
1066SUBDIR+= ocaml-ppx_fail 1067SUBDIR+= ocaml-ppx_fail
1067SUBDIR+= ocaml-ppx_fields_conv 1068SUBDIR+= ocaml-ppx_fields_conv
1068SUBDIR+= ocaml-ppx_hash 1069SUBDIR+= ocaml-ppx_hash
1069SUBDIR+= ocaml-ppx_here 1070SUBDIR+= ocaml-ppx_here
1070SUBDIR+= ocaml-ppx_inline_test 1071SUBDIR+= ocaml-ppx_inline_test
1071SUBDIR+= ocaml-ppx_jane 1072SUBDIR+= ocaml-ppx_jane
1072SUBDIR+= ocaml-ppx_let 1073SUBDIR+= ocaml-ppx_let
1073SUBDIR+= ocaml-ppx_module_timer 1074SUBDIR+= ocaml-ppx_module_timer
1074SUBDIR+= ocaml-ppx_optcomp 1075SUBDIR+= ocaml-ppx_optcomp
1075SUBDIR+= ocaml-ppx_optional 1076SUBDIR+= ocaml-ppx_optional
1076SUBDIR+= ocaml-ppx_pipebang 1077SUBDIR+= ocaml-ppx_pipebang
1077SUBDIR+= ocaml-ppx_sexp_conv 1078SUBDIR+= ocaml-ppx_sexp_conv
1078SUBDIR+= ocaml-ppx_sexp_message 1079SUBDIR+= ocaml-ppx_sexp_message
1079SUBDIR+= ocaml-ppx_sexp_value 1080SUBDIR+= ocaml-ppx_sexp_value
1080SUBDIR+= ocaml-ppx_stable 1081SUBDIR+= ocaml-ppx_stable
1081SUBDIR+= ocaml-ppx_tools 1082SUBDIR+= ocaml-ppx_tools
1082SUBDIR+= ocaml-ppx_tools_versioned 1083SUBDIR+= ocaml-ppx_tools_versioned
1083SUBDIR+= ocaml-ppx_typerep_conv 1084SUBDIR+= ocaml-ppx_typerep_conv
1084SUBDIR+= ocaml-ppx_variants_conv 1085SUBDIR+= ocaml-ppx_variants_conv
1085SUBDIR+= ocaml-ppxfind 1086SUBDIR+= ocaml-ppxfind
1086SUBDIR+= ocaml-ppxlib 1087SUBDIR+= ocaml-ppxlib
1087SUBDIR+= ocaml-psq 1088SUBDIR+= ocaml-psq
1088SUBDIR+= ocaml-re 1089SUBDIR+= ocaml-re
1089SUBDIR+= ocaml-react 1090SUBDIR+= ocaml-react
1090SUBDIR+= ocaml-reactiveData 1091SUBDIR+= ocaml-reactiveData
1091SUBDIR+= ocaml-resource-pooling 1092SUBDIR+= ocaml-resource-pooling
1092SUBDIR+= ocaml-result 1093SUBDIR+= ocaml-result
1093SUBDIR+= ocaml-rresult 1094SUBDIR+= ocaml-rresult
1094SUBDIR+= ocaml-seq 1095SUBDIR+= ocaml-seq
1095SUBDIR+= ocaml-sexplib 1096SUBDIR+= ocaml-sexplib
1096SUBDIR+= ocaml-sexplib0 1097SUBDIR+= ocaml-sexplib0
1097SUBDIR+= ocaml-spawn 1098SUBDIR+= ocaml-spawn
1098SUBDIR+= ocaml-splittable_random 1099SUBDIR+= ocaml-splittable_random
1099SUBDIR+= ocaml-stdio 1100SUBDIR+= ocaml-stdio
1100SUBDIR+= ocaml-stdlib-shims 1101SUBDIR+= ocaml-stdlib-shims
1101SUBDIR+= ocaml-stringext 1102SUBDIR+= ocaml-stringext
1102SUBDIR+= ocaml-type_conv 1103SUBDIR+= ocaml-type_conv
1103SUBDIR+= ocaml-typerep 1104SUBDIR+= ocaml-typerep
1104SUBDIR+= ocaml-variantslib 1105SUBDIR+= ocaml-variantslib
1105SUBDIR+= ocaml-yojson 1106SUBDIR+= ocaml-yojson
1106SUBDIR+= ocamlbuild 1107SUBDIR+= ocamlbuild
1107SUBDIR+= ocamlgraph 1108SUBDIR+= ocamlgraph
1108SUBDIR+= ocamlify 1109SUBDIR+= ocamlify
1109SUBDIR+= ocamlmod 1110SUBDIR+= ocamlmod
1110SUBDIR+= ode 1111SUBDIR+= ode
1111SUBDIR+= ogre 1112SUBDIR+= ogre
1112SUBDIR+= okteta 1113SUBDIR+= okteta
1113SUBDIR+= omake 1114SUBDIR+= omake
1114SUBDIR+= open-vcdiff 1115SUBDIR+= open-vcdiff
1115SUBDIR+= opengrok 1116SUBDIR+= opengrok
1116SUBDIR+= openocd 1117SUBDIR+= openocd
1117SUBDIR+= openrcs 1118SUBDIR+= openrcs
1118SUBDIR+= orc 1119SUBDIR+= orc
1119SUBDIR+= ossp-uuid 1120SUBDIR+= ossp-uuid
1120SUBDIR+= p5-Acme-Damn 1121SUBDIR+= p5-Acme-Damn
1121SUBDIR+= p5-Acme-PlayCode 1122SUBDIR+= p5-Acme-PlayCode
1122SUBDIR+= p5-Algorithm-Annotate 1123SUBDIR+= p5-Algorithm-Annotate
1123SUBDIR+= p5-Algorithm-C3 1124SUBDIR+= p5-Algorithm-C3
1124SUBDIR+= p5-Algorithm-CheckDigits 1125SUBDIR+= p5-Algorithm-CheckDigits
1125SUBDIR+= p5-Algorithm-Dependency 1126SUBDIR+= p5-Algorithm-Dependency
1126SUBDIR+= p5-Algorithm-Diff 1127SUBDIR+= p5-Algorithm-Diff
1127SUBDIR+= p5-Algorithm-HowSimilar 1128SUBDIR+= p5-Algorithm-HowSimilar
1128SUBDIR+= p5-Algorithm-Merge 1129SUBDIR+= p5-Algorithm-Merge
1129SUBDIR+= p5-Algorithm-Permute 1130SUBDIR+= p5-Algorithm-Permute
1130SUBDIR+= p5-Alien-Base-ModuleBuild 1131SUBDIR+= p5-Alien-Base-ModuleBuild
1131SUBDIR+= p5-Alien-Build 1132SUBDIR+= p5-Alien-Build
1132SUBDIR+= p5-Alien-Packages 1133SUBDIR+= p5-Alien-Packages
1133SUBDIR+= p5-Alien-SDL 1134SUBDIR+= p5-Alien-SDL
1134SUBDIR+= p5-AnnoCPAN-Perldoc 1135SUBDIR+= p5-AnnoCPAN-Perldoc
1135SUBDIR+= p5-Any-Moose 1136SUBDIR+= p5-Any-Moose
1136SUBDIR+= p5-AnyEvent 1137SUBDIR+= p5-AnyEvent
1137SUBDIR+= p5-AnyEvent-AIO 1138SUBDIR+= p5-AnyEvent-AIO
1138SUBDIR+= p5-AnyEvent-IRC 1139SUBDIR+= p5-AnyEvent-IRC
1139SUBDIR+= p5-AnyEvent-RabbitMQ 1140SUBDIR+= p5-AnyEvent-RabbitMQ
1140SUBDIR+= p5-AnyEvent-XMPP 1141SUBDIR+= p5-AnyEvent-XMPP
1141SUBDIR+= p5-App-CLI 1142SUBDIR+= p5-App-CLI
1142SUBDIR+= p5-App-Cache 1143SUBDIR+= p5-App-Cache
1143SUBDIR+= p5-App-Cmd 1144SUBDIR+= p5-App-Cmd
1144SUBDIR+= p5-App-FatPacker 1145SUBDIR+= p5-App-FatPacker
1145SUBDIR+= p5-App-Prove-Plugin-ProgressBar 1146SUBDIR+= p5-App-Prove-Plugin-ProgressBar
1146SUBDIR+= p5-App-Prove-Plugin-ProgressBar-Each 1147SUBDIR+= p5-App-Prove-Plugin-ProgressBar-Each
1147SUBDIR+= p5-App-cpanminus 1148SUBDIR+= p5-App-cpanminus
1148SUBDIR+= p5-App-cpanoutdated 1149SUBDIR+= p5-App-cpanoutdated
1149SUBDIR+= p5-App-perlbrew 1150SUBDIR+= p5-App-perlbrew
1150SUBDIR+= p5-AppConfig 1151SUBDIR+= p5-AppConfig
1151SUBDIR+= p5-AppConfig-Std 1152SUBDIR+= p5-AppConfig-Std
1152SUBDIR+= p5-Array-Compare 1153SUBDIR+= p5-Array-Compare
1153SUBDIR+= p5-Array-Diff 1154SUBDIR+= p5-Array-Diff
1154SUBDIR+= p5-Array-RefElem 1155SUBDIR+= p5-Array-RefElem
1155SUBDIR+= p5-Async-Interrupt 1156SUBDIR+= p5-Async-Interrupt
1156SUBDIR+= p5-AtExit 1157SUBDIR+= p5-AtExit
1157SUBDIR+= p5-Attribute-Lexical 1158SUBDIR+= p5-Attribute-Lexical
1158SUBDIR+= p5-AutoXS-Header 1159SUBDIR+= p5-AutoXS-Header
1159SUBDIR+= p5-Autodia 1160SUBDIR+= p5-Autodia
1160SUBDIR+= p5-B-COW 1161SUBDIR+= p5-B-COW
1161SUBDIR+= p5-B-Compiling 1162SUBDIR+= p5-B-Compiling
1162SUBDIR+= p5-B-Debug 1163SUBDIR+= p5-B-Debug
1163SUBDIR+= p5-B-Hooks-EndOfScope 1164SUBDIR+= p5-B-Hooks-EndOfScope
1164SUBDIR+= p5-B-Hooks-OP-Annotation 1165SUBDIR+= p5-B-Hooks-OP-Annotation
1165SUBDIR+= p5-B-Hooks-OP-Check 1166SUBDIR+= p5-B-Hooks-OP-Check
1166SUBDIR+= p5-B-Hooks-OP-Check-EntersubForCV 1167SUBDIR+= p5-B-Hooks-OP-Check-EntersubForCV
1167SUBDIR+= p5-B-Hooks-OP-Check-StashChange 1168SUBDIR+= p5-B-Hooks-OP-Check-StashChange
1168SUBDIR+= p5-B-Hooks-OP-PPAddr 1169SUBDIR+= p5-B-Hooks-OP-PPAddr
1169SUBDIR+= p5-B-Hooks-Parser 1170SUBDIR+= p5-B-Hooks-Parser
1170SUBDIR+= p5-B-Keywords 1171SUBDIR+= p5-B-Keywords
1171SUBDIR+= p5-B-Utils 1172SUBDIR+= p5-B-Utils
1172SUBDIR+= p5-BSD-Resource 1173SUBDIR+= p5-BSD-Resource
1173SUBDIR+= p5-BackPAN-Index 1174SUBDIR+= p5-BackPAN-Index
1174SUBDIR+= p5-Bit-Vector 1175SUBDIR+= p5-Bit-Vector
1175SUBDIR+= p5-CHI 1176SUBDIR+= p5-CHI
1176SUBDIR+= p5-CLASS 1177SUBDIR+= p5-CLASS
1177SUBDIR+= p5-CPAN-Changes 1178SUBDIR+= p5-CPAN-Changes
1178SUBDIR+= p5-CPAN-Checksums 1179SUBDIR+= p5-CPAN-Checksums
1179SUBDIR+= p5-CPAN-Common-Index 1180SUBDIR+= p5-CPAN-Common-Index
1180SUBDIR+= p5-CPAN-DistnameInfo 1181SUBDIR+= p5-CPAN-DistnameInfo
1181SUBDIR+= p5-CPAN-FindDependencies 1182SUBDIR+= p5-CPAN-FindDependencies
1182SUBDIR+= p5-CPAN-Inject 1183SUBDIR+= p5-CPAN-Inject
1183SUBDIR+= p5-CPAN-Meta-Check 1184SUBDIR+= p5-CPAN-Meta-Check
1184SUBDIR+= p5-CPAN-Mini 1185SUBDIR+= p5-CPAN-Mini
1185SUBDIR+= p5-CPAN-ParseDistribution 1186SUBDIR+= p5-CPAN-ParseDistribution
1186SUBDIR+= p5-CPAN-Perl-Releases 1187SUBDIR+= p5-CPAN-Perl-Releases
1187SUBDIR+= p5-CPAN-Reporter 1188SUBDIR+= p5-CPAN-Reporter
1188SUBDIR+= p5-CPAN-Uploader 1189SUBDIR+= p5-CPAN-Uploader
1189SUBDIR+= p5-CPANPLUS 1190SUBDIR+= p5-CPANPLUS
1190SUBDIR+= p5-Cache 1191SUBDIR+= p5-Cache
1191SUBDIR+= p5-Cache-Cache 1192SUBDIR+= p5-Cache-Cache