embryo 1.7.7-2 source package in Ubuntu

Changelog

embryo (1.7.7-2) unstable; urgency=medium


  * Use dh-autoreconf to get a recent libtool version (Closes: #733713)
  * debian/libembryo{1,-dev}.install: be more specific about what we install
  * debian/control: mark libembryo1 as Multi-Arch: same
  * debian/copyright: remove reference to the BSD license from common-licenses

 -- Albin Tonnerre <email address hidden>  Tue, 31 Dec 2013 11:56:04 +0100

Upload details

Uploaded by:
Debian Pkg-e Team
Uploaded to:
Sid
Original maintainer:
Debian Pkg-e Team
Architectures:
any all
Section:
libs
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe libs

Downloads

File Size SHA-256 Checksum
embryo_1.7.7-2.dsc 2.2 KiB aa27e27a5bd2599e976eb3b2dd48acf74bdee57ffa84ef4a42f81b9e4e7a1014
embryo_1.7.7.orig.tar.gz 539.0 KiB 0b5f0c7f2357f0e31b9cf797e5a606bd491d75c9f3b8e006da15d4a8c17c9225
embryo_1.7.7-2.debian.tar.gz 5.8 KiB e7a05f7a0479f59f81dff4f50f4682f2a72eeb879fbf1d53da667550dff4fe54

No changes file available.

Binary packages built by this source

libembryo-bin: No summary available for libembryo-bin in ubuntu utopic.

No description available for libembryo-bin in ubuntu utopic.

libembryo-dbg: Debugging symbols for libembryo

 Embryo is primarily a shared library that gives you an API to load
 and control interpreted programs compiled into an abstract machine
 bytecode that it understands. This abstract (or virtual) machine is
 similar to a real machine with a CPU, but it is emulated in
 software
 .
 This package contains unstripped shared libraries. It is provided primarily
 to provide a backtrace with names in a debugger, this makes it somewhat
 easier to interpret core dumps. The libraries are installed in
 /usr/lib/debug and are automatically used by gdb.

libembryo-dev: Development files for libembryo1

 Embryo is primarily a shared library that gives you an API to load
 and control interpreted programs compiled into an abstract machine
 bytecode that it understands. This abstract (or virtual) machine is
 similar to a real machine with a CPU, but it is emulated in
 software.
 .
 This package contains headers and static libraries for Embryo.

libembryo-doc: libembryo1 development documentation

 Embryo is primarily a shared library that gives you an API to load
 and control interpreted programs compiled into an abstract machine
 bytecode that it understands. This abstract (or virtual) machine is
 similar to a real machine with a CPU, but it is emulated in
 software.
 .
 This package provides development documentation for Embryo.

libembryo1: SMALL-based abstract machine (AMX) bytecode interpreter

 Embryo is primarily a shared library that gives you an API to load
 and control interpreted programs compiled into an abstract machine
 bytecode that it understands. This abstract (or virtual) machine is
 similar to a real machine with a CPU, but it is emulated in
 software. The architecture is simple and is the same as the
 abstract machine (AMX) in the SMALL language as it is based on
 exactly the same code. Embryo has modified the code for the AMX
 extensively and has made it smaller and more portable. It is VERY
 small. The total size of the virtual machine code AND header files
 is less than 2500 lines of code. It includes the floating point
 library support by default as well. This makes it one of the
 smallest interpreters around, and thus makes is very efficient to
 use in code.
 .
 See also http://www.compuphase.com/small.htm for details on SMALL.