Source: libpartio-dev
Section: devel
Priority: optional
Maintainer: linuxmangaka <linuxmangaka@gmail.com>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
 automake,
 ccache,
 clang,
 cmake,
 doxygen,
 libgl-dev,
 libgl1-mesa-dev,
 libglu1-mesa-dev,
 libglut-dev,
 libz-dev,
 make,
 python3,
 python3-dev,
 python3-all,
 python3-setuptools,
 swig,
 zlib1g-dev
Standards-Version: 4.7.2
Homepage: https://github.com/wdas/partio
Vcs-Browser: https://github.com/wdas/partio
Vcs-Git: https://github.com/wdas/partio.git

Package: libpartio1
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Partio - A library for particle IO and manipulation
 This is the initial source code release of partio a tool we used for particle reading/writing. It started out as an abstraction for the commonalities in particle models (i.e. accessing many attributes associated with an index or entity).

Package: libpartio-dev
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 libpartio1 (= ${binary:Version}),
Description: Partio - A library for particle IO and manipulation
 This is the initial source code release of partio a tool we used for particle reading/writing. It started out as an abstraction for the commonalities in particle models (i.e. accessing many attributes associated with an index or entity).

Package: partio
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
Description: Partio - A library for particle IO and manipulation
 This is the initial source code release of partio a tool we used for particle reading/writing. It started out as an abstraction for the commonalities in particle models (i.e. accessing many attributes associated with an index or entity).

Package: python3-partio
Architecture: any
Depends: ${shlibs:Depends},
 ${misc:Depends},
 ${python3:Depends},
Description: Partio - A library for particle IO and manipulation
 This is the initial source code release of partio a tool we used for particle reading/writing. It started out as an abstraction for the commonalities in particle models (i.e. accessing many attributes associated with an index or entity).