File: control

package info (click to toggle)
jskeus 1.2.6%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,400 kB
  • sloc: ansic: 2,107; makefile: 421; cpp: 293; python: 70; sh: 44
file content (49 lines) | stat: -rw-r--r-- 1,994 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
Source: jskeus
Section: lisp
Priority: optional
Maintainer: Debian Science Maintainers <debian-science-maintainers@lists.alioth.debian.org>
Uploaders: Kei Okada <kei.okada@gmail.com>
Build-Depends: debhelper-compat (=13), libgl-dev, libglu1-mesa-dev, libjpeg-dev, libpng-dev, libpq-dev, libx11-dev, libxext-dev, pkgconf, libbullet-dev, euslisp-dev
Rules-Requires-Root: no
Standards-Version: 4.5.0
Homepage: https://github.com/euslisp/jskeus
Vcs-Git: https://salsa.debian.org/science-team/jskeus.git
Vcs-Browser: https://salsa.debian.org/science-team/jskeus

Package: jskeus
Architecture: any
Multi-Arch: foreign
Depends: ${misc:Depends}, ${shlibs:Depends}, libbullet-dev, euslisp
Suggests: jskeus-doc
Description: Lisp based intelligent robots programming system
 jskeus contains software developed and used by JSK at The University
 of Tokyo. This provides modeling classes for sensors, actuators and
 robot body as well as kinematics and dynamics function library for
 writing intelligent robot behaviors. It also contains graph data
 strucutre, point cloud data class, Bullet collision detection, BVH
 character animation, STL/WRL/DAE reader and writer and some
 extensions to EusLisp language
 .
 This package contains the irteus/irteusgl executable and accompanying
 demo files.
 
Package: jskeus-dev
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, euslisp-dev, jskeus
Description: Development files of Lisp based  intelligent robots programming system
 jskeus-dev provides C language headers and C and Lisp source files
 for developping jskeus based modulse.
 .
 This package contains *eusdir*/jskeus/{*.l, *.c, *.h, test}

Package: jskeus-doc
Architecture: all
Multi-Arch: foreign
Section: doc
Depends: ${misc:Depends}
Description: Manuals and Documentations of jskeus programming system
 jskeus-doc contains various README and pdf version of manual of
 jskeus as known as jmanual. This also includes EusLisp manual.
 .
 This package contains the documentation of jskeus