Description
libbulletml-dev - C++ library to handle BulletML easily - development files
Property | Value |
---|---|
Distribution | Debian 8 (Jessie) |
Repository | Debian Main i386 |
Package name | libbulletml-dev |
Package version | 0.0.6 |
Package release | 6 |
Package architecture | i386 |
Package type | deb |
Installed size | 366 B |
Download size | 96.91 KB |
Official Mirror | ftp.br.debian.org |
BulletML is the Bullet Markup Language. BulletML can describe the barrage of bullets in shooting games. This package includes the files needed for the development of programs that use this library.
Alternatives
Package | Version | Architecture | Repository |
---|---|---|---|
libbulletml-dev_0.0.6-6_amd64.deb | 0.0.6 | amd64 | Debian Main |
libbulletml-dev | - | - | - |
Requires
Name | Value |
---|---|
libbulletml0d2 | = 0.0.6-6 |
Download
Type | URL |
---|---|
Binary Package | libbulletml-dev_0.0.6-6_i386.deb |
Source Package | bulletml |
Install Howto
- Update the package index:
# sudo apt-get update
- Install libbulletml-dev deb package:
# sudo apt-get install libbulletml-dev
Files
Path |
---|
/usr/include/bulletml/auto_ptr_fix.h |
/usr/include/bulletml/bulletmlcommon.h |
/usr/include/bulletml/bulletmlerror.h |
/usr/include/bulletml/bulletmlparser-tinyxml.h |
/usr/include/bulletml/bulletmlparser-xerces.h |
/usr/include/bulletml/bulletmlparser-ygg.h |
/usr/include/bulletml/bulletmlparser.h |
/usr/include/bulletml/bulletmlrunner.h |
/usr/include/bulletml/bulletmlrunnerimpl.h |
/usr/include/bulletml/bulletmltree.h |
/usr/include/bulletml/calc.h |
/usr/include/bulletml/formula-variables.h |
/usr/include/bulletml/formula.h |
/usr/include/bulletml/tree.h |
/usr/include/bulletml/tinyxml/tinyxml.h |
/usr/include/d/bulletml.d |
/usr/lib/i386-linux-gnu/libbulletml.a |
/usr/lib/i386-linux-gnu/libbulletml.so |
/usr/share/doc/libbulletml-dev/README.bulletml.gz |
/usr/share/doc/libbulletml-dev/README.en.gz |
/usr/share/doc/libbulletml-dev/README.gz |
/usr/share/doc/libbulletml-dev/changelog.Debian.gz |
/usr/share/doc/libbulletml-dev/copyright |
/usr/share/doc/libbulletml-dev/doc/bulletml.dtd |
/usr/share/doc/libbulletml-dev/doc/bulletml.rlx.gz |
/usr/share/doc/libbulletml-dev/doc/bulletml_ref.html |
/usr/share/doc/libbulletml-dev/doc/bulletml_ref_e.html |
/usr/share/doc/libbulletml-dev/doc/readme.txt |
/usr/share/doc/libbulletml-dev/doc/readme_e.txt |
/usr/share/doc/libbulletml-dev/doc/sample/[1943]_rolling_fire.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[G_DARIUS]_homing_laser.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Guwange]_round_2_boss_circle_fire.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Guwange]_round_3_boss_fast_3way.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Guwange]_round_4_boss_eye_ball.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_1_boss_grow_bullets.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_2_boss_struggling.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_3_boss_back_burst.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_3_boss_wave_bullets.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_4_boss_fast_rocket.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_5_boss_last_round_wave.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_5_middle_boss_rockets.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Progear]_round_6_boss_parabola_shot.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Psyvariar]_X-A_boss_opening.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Psyvariar]_X-A_boss_winder.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[Psyvariar]_X-B_colony_shape_satellite.xml |
/usr/share/doc/libbulletml-dev/doc/sample/[XEVIOUS]_garu_zakato.xml |
/usr/share/doc/libbulletml-dev/doc/sample/template.xml |
Changelog
2013-07-01 - Peter De Wachter <pdewacht@gmail.com> bulletml (0.0.6-6) unstable; urgency=low * Cleaned up packaging - Switch to debhelper 9 - Remove quilt dependency - Enable hardening flags - Provide build-arch and build-indep targets * Add multiarch support * Move bulletml specs from /usr/share/doc/bulletml to doc/libbulletml-dev * Upgraded Standards-Version to 3.9.4
2011-11-20 - Miriam Ruiz <little_miry@yahoo.es> bulletml (0.0.6-5) unstable; urgency=low [ Miriam Ruiz ] * Added change to fixes.patch: yyerror (in src/calc.yy) should have const char * as parameter, instead of char *. Closes: #646443 * Upgraded Standards-Version from 3.8.1 to 3.9.2 * Upgraded source package to DebSrc3 * debian/control: Added ${misc:Depends} to libbulletml-dev
2009-06-03 - Peter De Wachter <pdewacht@gmail.com> bulletml (0.0.6-4) unstable; urgency=low * Bulletml depended on Boost just to get boost::shared_ptr. Patched it to use std::tr1::shared_ptr instead, so this dependency can be dropped. + This caused an API change (not affecting any package in Debian), so bumped the soname. * Added a watch file. * Bumped Standards-Version to 3.8.1. + debian/rules: Renamed 'configure' target to 'patch'.
2008-01-31 - Peter De Wachter <pdewacht@gmail.com> bulletml (0.0.6-3) unstable; urgency=low [ Miriam Ruiz ] * Added libboost-dev as a dependency for libbulletml-dev. Closes: #443718. Closes: #444452. * Added DM-Upload-Allowed tag to control to allow uploads from Debian Maintainers. [ Jon Dowland ] * Added Homepage: control field to source stanza. [ Peter De Wachter ] * Added missing includes for GCC 4.3. Added bison as a build-dependency, as a parser needs to be rebuilt. Closes: #455131. * The XS-Vcs fields are now official, removed the prefix.
2007-08-29 - Miriam Ruiz <little_miry@yahoo.es> bulletml (0.0.6-2) unstable; urgency=low * Install C++ header files. * Added documentation (debian/doc).
2007-08-27 - Miriam Ruiz <little_miry@yahoo.es> bulletml (0.0.6-1) unstable; urgency=low * Initial release.
See Also
Package | Description |
---|---|
libbulletml0d2_0.0.6-6_i386.deb | C++ library to handle BulletML easily - runtime library |
libbulletsoftbody2.82_2.82-r2704+dfsg-2_i386.deb | professional 3D Game Multiphysics Library -- soft body |
libbulletworldimporter2.82_2.82-r2704+dfsg-2_i386.deb | professional 3D Game Multiphysics Library -- world importer |
libbulletxmlworldimporter2.82_2.82-r2704+dfsg-2_i386.deb | professional 3D Game Multiphysics Library -- xml world importer |
libbultitude-clojure_0.2.0-2_all.deb | Clojure library for finding namespaces on the classpath |
libburn-dev_1.3.2-1.1_i386.deb | development package for libburn4 |
libburn-doc_1.3.2-1.1_all.deb | API documentation for libburn library |
libburn4_1.3.2-1.1_i386.deb | library to provide CD/DVD writing functions |
libbusiness-br-ids-perl_0.0022-1_all.deb | modules for dealing with Brazilian identification codes (CPF, CNPJ, ...) |
libbusiness-creditcard-perl_0.35-0+deb8u1_all.deb | Perl module to validate or generate credit card checksums and names |
libbusiness-edi-perl_0.05-1_all.deb | class for generating U.N. EDI interchange objects |
libbusiness-edifact-interchange-perl_0.07-1_all.deb | module to parse Edifact messages for book ordering |
libbusiness-isbn-data-perl_20140910.002-2_all.deb | data pack for Business::ISBN |
libbusiness-isbn-perl_2.09-1_all.deb | Perl library to work with International Standard Book Numbers |
libbusiness-ismn-perl_1.11-1_all.deb | module for International Standard Music Numbers |
Advertisement
Advertisement