aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 2dbfc7d6c1b88646514e5b87d14dcb1aa3d4e9b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Source: boca
Section: misc
Priority: optional
Maintainer: BOCA Development Team <bocasystem@gmail.com>
Build-Depends: debhelper, build-essential

Package: boca
Architecture: amd64
Depends: php-zip, debootstrap, schroot, quotatool, makepasswd, apache2, libapache2-mod-php, sharutils, wget, coreutils, php, php-cli, php-mcrypt, php-pgsql, php-gd, postgresql, postgresql-client
Description: BOCA is a software created to control a contest with the ACM ICPC rules.
  BOCA is a software created to control a contest with the ACM International
  Collegiate Programming Contest rules. It has been developed in PHP and the
  interaction between judges and the system is done through a web browser.

Package: boca-submission-tools
Architecture: amd64
Depends: sharutils, wget, coreutils
Description: BOCA submission tools.
  This package provides tools to submit codes to a running boca server
  without using the web interface.