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 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
Source: vibes
Section: math
Priority: optional
Maintainer: Rafael Laboissière <rafael@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
pandoc,
qt6-base-dev,
qt6-svg-dev,
xauth <!nocheck>,
xvfb <!nocheck>
Standards-Version: 4.7.2
Homepage: https://enstabretagnerobotics.github.io/VIBES/
Vcs-Browser: https://salsa.debian.org/debian/vibes
Vcs-Git: https://salsa.debian.org/debian/vibes.git
Package: vibes
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends},
${misc:Depends},
Description: visualizer for intervals and boxes
VIBes is a visualization system that aims at providing people working
with interval methods a way to display results (boxes, pavings),
without worrying with GUI programming. It provides drawing functions
accessible from a lot of programming languages, without complex
installation and library dependencies. The main design goal of VIBes
is to be cross-platform, available from different programming
languages, simple to set-up, easy to port to a new language.
Package: libvibes-dev
Section: libdevel
Architecture: any
Depends: libvibes0t64 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
Description: visualizer for intervals and boxes (development files)
VIBes is a visualization system that aims at providing people working
with interval methods a way to display results (boxes, pavings),
without worrying with GUI programming. It provides drawing functions
accessible from a lot of programming languages, without complex
installation and library dependencies. The main design goal of VIBes
is to be cross-platform, available from different programming
languages, simple to set-up, easy to port to a new language.
.
This package contains the header files for creating clients in C++
for VIBes, as well as the code examples.
Package: libvibes0t64
Provides: ${t64:Provides}
Replaces: libvibes0
Breaks: libvibes0 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends},
${misc:Depends}
Description: visualizer for intervals and boxes (client library for C++)
VIBes is a visualization system that aims at providing people working
with interval methods a way to display results (boxes, pavings),
without worrying with GUI programming. It provides drawing functions
accessible from a lot of programming languages, without complex
installation and library dependencies. The main design goal of VIBes
is to be cross-platform, available from different programming
languages, simple to set-up, easy to port to a new language.
.
This package contains the shared library for building client
applications for VIBes in C++.
|