blob: 86ca5cddf57b7e24013e149598943554933fa20f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
dnl vim:ft=m4
define(DEVEL)
dnl devel group
syscmd(`pacman -Qg base-devel | awk "{print \$2}"')
dnl yep ansible
ansible
dnl I sometimes use busybox for testing scripts
busybox
dnl Stuff used durring development
tig
dash
mkdocs
asciidoc
cppcheck
ctags
valgrind
texlive-latexextra
git
cgdb
cscope
gcovr
strace
dnl Web
ruby
ruby-jekyll
dnl Python
twine
flake8
ipython
python-pypandoc
python-xattr
python2-xattr
python-daemon
dnl Perl
perl-common-sense
dnl Rust
rust
cargo
dnl Building stuff
clang
cmake
patch
ccache
clang-tools-extra
dnl work devel
lua51
lcov
|