File: control

package info (click to toggle)
ckon 0.7.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 264 kB
  • sloc: cpp: 820; makefile: 160; sh: 76; python: 28
file content (28 lines) | stat: -rw-r--r-- 1,333 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
Source: ckon
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Patrick Huck <patrick@the-huck.com>
Section: science
Priority: optional
Build-Depends: debhelper-compat (= 13),
               libboost-all-dev,
               libcurl4-openssl-dev
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/science-team/ckon
Vcs-Git: https://salsa.debian.org/science-team/ckon.git
Homepage: http://tschaume.github.com/ckon
Rules-Requires-Root: no

Package: ckon
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends}
Description: automatic build tool for ROOT data analysis software
 ckon is a C++ program/tool which automatically takes care of compilation,
 dictionary generation and linking of programs and libraries developed for data
 analyses within the CERN ROOT analysis framework. This includes parsing
 include headers to figure out which libraries the main programs need to be
 linked to.  It uses automake/autoconf to be platform independent and GNU
 install compliant.  In addition, m4 macros are automatically downloaded and the
 according compiler flags included based on a list of boost libraries provided
 in the config file.  For the purpose of YAML database usage, a m4 macro can be
 downloaded during setup to link against the yaml-cpp library.