File: control

package info (click to toggle)
bluebrain-hpc-coding-conventions 1.0.0%2Bgit20221201-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 624 kB
  • sloc: python: 2,021; cpp: 220; makefile: 29
file content (35 lines) | stat: -rw-r--r-- 1,262 bytes parent folder | download
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
Source: bluebrain-hpc-coding-conventions
Section: science
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Matthias Klumpp <mak@debian.org>
Build-Depends: clang-format,
               clang-tidy,
               cmake-format,
               debhelper-compat (= 13),
               pre-commit,
               python3,
               python3-yaml
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/BlueBrain/hpc-coding-conventions
Vcs-Git: https://salsa.debian.org/science-team/bluebrain-hpc-coding-conventions.git
Vcs-Browser: https://salsa.debian.org/science-team/bluebrain-hpc-coding-conventions

Package: bluebrain-hpc-coding-conventions
Architecture: all
Depends: clang-format,
         clang-tidy,
         cmake-format,
         pre-commit,
         python3,
         python3-yaml,
         ${misc:Depends},
         ${shlibs:Depends}
Description: BlueBrain HPC Team C++ Development Guidelines
 This package contains tools and processes required to ensure the
 C++ development guidelines adopted by the BlueBrain HPC team
 are followed. It also contains their documentation.
 .
 This package is used in the build process of tools created by the
 BlueBrain project.