File: control

package info (click to toggle)
fcl 0.5.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 24,824 kB
  • ctags: 4,603
  • sloc: xml: 188,714; cpp: 42,841; ansic: 4,933; sh: 32; makefile: 16
file content (58 lines) | stat: -rw-r--r-- 2,492 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Source: fcl
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Jose Luis Rivero <jrivero@osrfoundation.org>,
           Leopold Palomo-Avellaneda <leo@alaxarxa.net>
Section: science
Testsuite: autopkgtest
Priority: optional
Build-Depends: debhelper (>= 9),
               cmake,
               pkg-config,
               libboost-filesystem-dev,
               libboost-test-dev,
               libccd-dev,
               libtinyxml-dev,
               libflann-dev,
               liboctomap-dev
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/fcl.git
Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/fcl.git
Homepage: http://gamma.cs.unc.edu/FCL/

Package: libfcl0.5
Architecture: any
Section: libs
Depends: ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: Flexible Collision Library - shared library
 FCL is a collision and proximity library that integrates several techniques for
 fast and accurate collision checking and proximity computation. Tje library is
 based on hierarchical representations and designed to perform multiple
 proximity queries on different model representations. The set of queries
 includes discrete collision detection, continuous collision detection,
 separation distance computation and penetration depth estimation. The input
 models may correspond to triangulated rigid or deformable models and
 articulated models. This package contains the library.

Package: libfcl-dev
Architecture: any
Section: libdevel
Depends: pkg-config,
         libboost-filesystem-dev,
         libboost-test-dev,
         libccd-dev,
         libtinyxml-dev,
         libflann-dev,
         liboctomap-dev,
         libfcl0.5 (= ${binary:Version}),
         ${misc:Depends}
Description: Flexible Collision Library - development files
 FCL is a collision and proximity library that integrates several techniques for
 fast and accurate collision checking and proximity computation. Tje library is
 based on hierarchical representations and designed to perform multiple
 proximity queries on different model representations. The set of queries
 includes discrete collision detection, continuous collision detection,
 separation distance computation and penetration depth estimation. The input
 models may correspond to triangulated rigid or deformable models and
 articulated models. This package contains the development files.