aboutsummaryrefslogtreecommitdiff
path: root/archlinux.pkgs.d/devel
blob: 596fb3167055870eb3a83bd157ba1143655a63a0 (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
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
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