1+ Source: dynamic-graph
2+ Section: libs
3+ Priority: extra
4+ Maintainer: Rohan Budhiraja <
[email protected] >
5+ Build-Depends: debhelper (>= 9.0.0),
6+ cmake (>= 2.6),
7+ doxygen (>=1.6.3),
8+ pkg-config (>=0.22),
9+ perl (>=5.10.1),
10+ libboost-dev (>=1.46),
11+ libboost-filesystem-dev (>=1.46),
12+ libboost-system-dev (>=1.46),
13+ libboost-test-dev (>=1.46),
14+ libboost-thread-dev (>=1.46),
15+ libboost-program-options-dev (>=1.46),
16+ libpthread-stubs0-dev (>=0.3),
17+ libeigen3-dev (>=3.0.5)
18+ Standards-Version: 3.9.8
19+ Homepage: http://stack-of-tasks.github.io
20+ Vcs-Git: https://github.com/proyan/dynamic-graph.git
21+
22+ Package: libdynamic-graph-dev
23+ Section: libdevel
24+ Architecture: any
25+ Depends: libdynamic-graph3.0.0 (= ${binary:Version}),
26+ ${misc:Depends}
27+ Suggests: libdynamic-graph-doc
28+ Description: Dynamic graph C++ library development package
29+ The dynamic graph library allows the representation of data-flow in C++.
30+ It provides fast graph evaluation and a simple script language to manipulate
31+ the graph actions.
32+ .
33+ This package contains development files (headers and pkg-config file).
34+
35+ Package: libdynamic-graph3.0.0
36+ Architecture: any
37+ Depends: ${shlibs:Depends}, ${misc:Depends}
38+ Description: Dynamic graph C++ library
39+ The dynamic graph library allows the representation of data-flow in C++.
40+ It provides fast graph evaluation and a simple script language to manipulate
41+ the graph actions.
42+
43+
44+ Package: libdynamic-graph-doc
45+ Section: doc
46+ Architecture: all
47+ Depends: ${misc:Depends}
48+ Description: documentation for the dynamic graph C++ library
49+ The dynamic graph library allows the representation of data-flow in C++.
50+ It provides fast graph evaluation and a simple script language to manipulate
51+ the graph actions.
52+ .
53+ This package contains the Doxygen documentation.
0 commit comments