camp 0.7.1.1-1ubuntu2 source package in Ubuntu

Changelog

camp (0.7.1.1-1ubuntu2) wily; urgency=medium

  * Hide boost includes from qt4 moc, fixing FTBFS.

 -- Robert Bruce Park <email address hidden>  Fri, 14 Aug 2015 10:33:54 -0700

Upload details

Uploaded by:
Robert Bruce Park
Sponsored by:
Barry Warsaw
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Downloads

File Size SHA-256 Checksum
camp_0.7.1.1.orig.tar.gz 547.0 KiB 76938e555bcd6f1642763a0626f38d80b5f61d9d89423c9c88a1c8daef991ead
camp_0.7.1.1-1ubuntu2.debian.tar.xz 17.4 KiB 176cfa8f5e9f539da485f923138d5e54dc2141f34fdefb72628ab54ad7ae53c0
camp_0.7.1.1-1ubuntu2.dsc 2.0 KiB bebb475c6a2c2f0e09a4c6634c612a5da091fef3bec6e6fc0d9893af8f9a70b6

View changes file

Binary packages built by this source

libcamp0.7-dev: C++ multi-purpose reflection library (development files)

 CAMP is a multi-purpose reflection library developed by Technogerma Systems
 France (http://www.tegesoft.com).
 It provides an abstraction for most of the high-level concepts of C++
  - Classes
  - Enumerations
  - Properties
  - Functions
  - Objects
  - Variables
 By wrapping all these concepts into abstract structures, CAMP provides an
 extra layer of flexibility to programs, and allow them to fully expose their
 data structures at runtime.
 Many applications can take advantage of CAMP, in order to automate tasks which
 would otherwise require a huge amount of work. For example, CAMP can be used
 to expose and edit objects' attributes into a graphical user interface. It can
 also be used to do automatic binding of C++ classes to script languages such as
 Python or Lua.
 Another possible application would be the serialization of objects to XML, text
 or binary formats. Or you can even combine all these examples to provide a
 powerful and consistent interface for manipulating your objects outside C++
 code.
 .
 This package contains the development files needed to build you own VXL apps.

libcamp0.7v5: No summary available for libcamp0.7v5 in ubuntu bionic.

No description available for libcamp0.7v5 in ubuntu bionic.

libcamp0.7v5-dbgsym: debug symbols for package libcamp0.7v5

 CAMP is a multi-purpose reflection library developed by Technogerma Systems
 France (http://www.tegesoft.com).
 It provides an abstraction for most of the high-level concepts of C++
  - Classes
  - Enumerations
  - Properties
  - Functions
  - Objects
  - Variables
 By wrapping all these concepts into abstract structures, CAMP provides an
 extra layer of flexibility to programs, and allow them to fully expose their
 data structures at runtime.
 Many applications can take advantage of CAMP, in order to automate tasks which
 would otherwise require a huge amount of work. For example, CAMP can be used
 to expose and edit objects' attributes into a graphical user interface. It can
 also be used to do automatic binding of C++ classes to script languages such as
 Python or Lua.
 Another possible application would be the serialization of objects to XML, text
 or binary formats. Or you can even combine all these examples to provide a
 powerful and consistent interface for manipulating your objects outside C++
 code.