File: control

package info (click to toggle)
ros-random-numbers 0.3.2-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 112 kB
  • sloc: cpp: 104; xml: 16; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,889 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
36
37
38
39
40
41
Source: ros-random-numbers
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jochen Sprickerhof <jspricke@debian.org>,
           Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Build-Depends: debhelper-compat (= 13), catkin (>= 0.8.10-1~), libboost-date-time-dev, libboost-system-dev, libboost-thread-dev
Standards-Version: 4.6.0
Section: libs
Rules-Requires-Root: no
Homepage: https://wiki.ros.org/random_numbers
Vcs-Browser: https://salsa.debian.org/science-team/ros-random-numbers
Vcs-Git: https://salsa.debian.org/science-team/ros-random-numbers.git

Package: librandom-numbers-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librandom-numbers0d (= ${binary:Version}), ${misc:Depends}, libboost-system-dev, libboost-thread-dev
Description: Robot OS random numbers library - development files
 This package is part of Robot OS (ROS). It contains a library which
 provides wrappers for generating floating point values, integers,
 and quaternions using boost libraries. The constructor of the wrapper is
 guaranteed to be thread safe and initialize its random number generator to a
 random seed. Seeds are obtained using a separate and different random number
 generator.
 .
 This package contains the development files.

Package: librandom-numbers0d
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: same
Description: Robot OS random numbers library
 This package is part of Robot OS (ROS). It contains a library which
 provides wrappers for generating floating point values, integers,
 and quaternions using boost libraries. The constructor of the wrapper is
 guaranteed to be thread safe and initialize its random number generator to a
 random seed. Seeds are obtained using a separate and different random number
 generator.
 .
 This package contains the library itself.