Search Criteria
Package Details: bapctools-git r1310.16e23ee-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bapctools-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bapctools-git |
| Description: | Tools for developing ICPC-style programming contest problems. |
| Upstream URL: | https://github.com/RagnarGrootKoerkamp/BAPCtools |
| Keywords: | contest ICPC problem |
| Licenses: | GPL 3.0 |
| Submitter: | rgrootkoerkamp |
| Maintainer: | rgrootkoerkamp |
| Last Packager: | rgrootkoerkamp |
| Votes: | 4 |
| Popularity: | 0.61 |
| First Submitted: | 2021-04-07 14:09 (UTC) |
| Last Updated: | 2026-03-04 16:18 (UTC) |
Dependencies (23)
- python-argcomplete
- python-colorama (python-colorama-gitAUR)
- python-ruamel-yaml (python-ruamel-yaml-hgAUR)
- python-verminAUR
- python-yaml (python-yaml-gitAUR)
- python3 (python)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- asymptote (asymptote-gitAUR, texlive-installerAUR) (optional) – for visualizations
- clang (llvm-gitAUR, clang-minimal-gitAUR, clang17-binAUR) (optional) – for compiling c++ sources,
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (optional) – for compiling c++ sources,
- ghostscript (ghostscript-gitAUR) (optional) – for LaTeX figures,
- jdk11-openjdk (openjdk-liberica11-full-binAUR, jdk11-temurinAUR) (optional) – for running java submissions,
- kotlin (optional) – for running kotlin submissions,
- pypy (pypy-binAUR) (optional) – for running python2 submissions with pypy,
- pypy3 (optional) – for running python submissions with pypy,
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for generating solve stats,
- python-questionaryAUR (optional) – for better prompts in new_contest and new_problem,
- python-requests (optional) – for commands that call the DOMjudge or Slack API,
- texlive-core (texlive-installerAUR, texlive-fullAUR, texlive-basic) (optional) – for building problem statements,
- Show 3 more dependencies...
Latest Comments
rudy.matela commented on 2026-03-04 16:42 (UTC)
@rgrootkoerkamp, done. :-)
rgrootkoerkamp commented on 2026-03-04 16:20 (UTC)
Thanks @rudo.matela! I've added python-vermin here. Yes, feel free to add me as co-maintainer for
bapctoolsas well.rudy.matela commented on 2026-03-04 15:47 (UTC)
@rgrootkoerkamp, just so you know, I just created a bapctools AUR package that follows proper BAPCtools releases instead of its git main branch. Currently, it installs the latest proper release 2026.3.1.
Given that you are the author of upstream BAPCtools itself, if you like to become a co-maintainer (or main maintainer) of this other AUR package you are very welcome. Just let me know and I'll add you to the maintainer's list.
Thanks for creating and maintaining BAPCtools by the way. :-)
rudy.matela commented on 2026-03-04 14:58 (UTC) (edited on 2026-03-04 14:58 (UTC) by rudy.matela)
I think python-vermin is now a missing dependency as of today's main branch.
rgrootkoerkamp commented on 2024-04-14 10:10 (UTC)
This seems to be a more generic issue, see: https://github.com/Jguer/yay/issues/2407 https://forum.endeavouros.com/t/aur-update-failure-cannot-find-the-debugedit-binary/53062/5
solution: https://archlinux.org/news/switch-to-the-base-devel-meta-package-requires-manual-intervention/
kakali commented on 2024-04-13 07:39 (UTC)
Hi Ragnar.
I needed to install debugedit for the install to work. Maybe it needs to be added as a dependency.