summaryrefslogtreecommitdiff
path: root/debian/control
blob: 50c5514a18fd089739ec0e866213195c5f62f645 (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
Source: planr
Maintainer: Alex David <flu0r1ne@flu0r1ne.net>
Uploaders: Alex David <flu0r1ne@flu0r1ne.net>
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends: debhelper-compat (= 12),
               dh-golang,
               golang-any,
               golang-toml-dev
Standards-Version: 4.5.0
Vcs-Browser: https://www.git.flu0r1ne.net/deb-planr/
Vcs-Git: https://git.flu0r1ne.net/deb-planr/
Homepage: https://www.git.flu0r1ne.net/planr/about/
Rules-Requires-Root: no
XS-Go-Import-Path: golang.flu0r1ne.net/planr

Package: planr
Architecture: amd64
Depends: ${misc:Depends},
         ${shlibs:Depends},
         cmake,
         make
Built-Using: ${misc:Built-Using}
Description: An open-source, distrubed code grading tool for the classroom
 PlanR aggregates various results from testing frameworks automating grading.
 It aims to provide simple and modular configuration. The configuration.
 language can provide context and grading information to test cases.