Source: enki-aseba
Maintainer: Georges Khaznadar <georgesk@debian.org>
Section:devel
Priority:optional
Standards-Version: 4.7.1
Build-Depends: debhelper-compat (=13),
 dh-python,
 python3-setuptools,
 quilt,
 cmake,
 qtbase5-dev,
 libqt5opengl5-desktop-dev,
 qt5-qmake,
 mesa-common-dev,
 python3,
 libboost-python-dev,
 libsdl2-dev,
 doxygen
Vcs-Browser: https://salsa.debian.org/science-team/enki-aseba.git
Vcs-Git: https://salsa.debian.org/science-team/enki-aseba.git

Package:libenki2
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Enki is a fast 2D physics-based robot simulator written in C++.
 Enki is able to simulate kinematics, collisions, sensors and cameras of robots 
 evolving on a flat surface. It also provides limited support for friction.
 It is able to simulate groups of robots hundred times faster than realtime
 on a modern desktop computer. 

Package:libenki-dev
Architecture: any
Section: libdevel
Depends: ${shlibs:Depends}, ${misc:Depends},
 libenki2 (>= ${source:Version}), libenki2 (<< ${source:Version}.1~)
Description: development file for the library libenki
 Libenki provides a fast 2D physics-based robot simulator written in C++.
 It is able to simulate kinematics, collisions, sensors and cameras of robots. 

Package: python3-enki2
Architecture: any
Section: python
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 bindings for the library libenki2
 Libenki provides a fast 2D physics-based robot simulator written in C++.
 It is able to simulate kinematics, collisions, sensors and cameras of robots.
 See also the description of package libenki2



