summaryrefslogtreecommitdiff
path: root/debian/control
blob: 32739ca410b19b0b5c5174d305d0d630ebf4e909 (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
29
30
31
32
33
34
Source: ivy-cpp
Priority: extra
Section: devel
Maintainer: Alexandre Bustico <alexandre.bustico@cena.fr>
Build-Depends: debhelper (>> 4.0.0), libc6-dev, libc6-dev, xlibs-dev | libx11-dev | xorg-dev, ivy-c-dev (>= 3.8), xlibmesa-gl-dev | mesa-common-dev, libpcre3-dev, xlibs-static-dev | libxxf86vm-dev, glfw | libglfw-dev
Standards-Version: 3.6.1

Package: ivy-cpp-dev
Section: libdevel
Architecture: any
Depends: ivy-cpp (= ${Source-Version}), ivy-cpp-glfw (= ${Source-Version}), libc6-dev, xlibs-dev | libx11-dev, xlibmesa-gl-dev | mesa-common-dev
Description: C++ api for Ivy software bus. development Package
 This package is needed for compiling applications using ivy in C++.
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms,
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-cpp
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3
Description: C++ api for Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.

Package: ivy-cpp-glfw
Section: libs
Architecture: any
Depends: ${shlibs:Depends}, ivy-c (>= 3.8), libpcre3, glfw
Description: C++ api for Ivy software bus. runtime Package
 Ivy is mostly a communication convention between processes, implemented
 through a collection of libraries in several languages and for several platforms:
 from  C to Perl, from Macintosh or WindowsNT to Linux or Unix.