4 Maintainer: Falko Schmidt <falko@alphagemini.org>
5 Build-Depends: debhelper (>= 6), cdbs, doxygen
6 Standards-Version: 3.8.0
7 Homepage: http://www.enlightenment.org
12 Depends: libembryo0 (= ${Source-Version}), pkg-config
13 Description: Development files for libembryo
14 Embryo is primarily a shared library that gives you an API to load
15 and control interpreted programs compiled into an abstract machine
16 bytecode that it understands. This abstract (or virtual) machine is
17 similar to a real machine with a CPU, but it is emulated in
20 This packages contains headers and static libraries for Embryo.
25 Depends: ${shlibs:Depends}
26 Suggests: libembryo-bin
27 Description: SMALL-based abstract machine (AMX) bytecode interpreter
28 Embryo is primarily a shared library that gives you an API to load
29 and control interpreted programs compiled into an abstract machine
30 bytecode that it understands. This abstract (or virtual) machine is
31 similar to a real machine with a CPU, but it is emulated in
32 software. The architecture is simple and is the same as the
33 abstract machine (AMX) in the SMALL language as it is based on
34 exactly the same code. Embryo has modified the code for the AMX
35 extensively and has made it smaller and more portable. It is VERY
36 small. The total size of the virtual machine code AND header files
37 is less than 2500 lines of code. It includes the floating point
38 library support by default as well. This makes it one of the
39 smallest interpreters around, and thus makes is very efficient to
42 See also http://www.compuphase.com/small.htm for details on SMALL.
44 Package: libembryo-doc
47 Enhances: libembryo-dev
48 Description: libembryo0 development documentation
49 Embryo is primarily a shared library that gives you an API to load
50 and control interpreted programs compiled into an abstract machine
51 bytecode that it understands. This abstract (or virtual) machine is
52 similar to a real machine with a CPU, but it is emulated in
55 This packages provides development documentation for Embryo.
57 Package: libembryo-dbg
60 Depends: libembryo0 (= ${binary:Version})
62 Description: SMALL-based abstract machine (AMX) bytecode interpreter
63 Embryo is primarily a shared library that gives you an API to load
64 and control interpreted programs compiled into an abstract machine
65 bytecode that it understands. This abstract (or virtual) machine is
66 similar to a real machine with a CPU, but it is emulated in
69 This package contains unstripped shared libraries. It is provided primarily
70 to provide a backtrace with names in a debugger, this makes it somewhat
71 easier to interpret core dumps. The libraries are installed in
72 /usr/lib/debug and are automatically used by gdb.
74 Package: libembryo-bin
77 Depends: ${shlibs:Depends}
78 Description: SMALL compiler creating Embryo bytecode
79 Embryo is primarily a shared library that gives you an API to load
80 and control interpreted programs compiled into an abstract machine
81 bytecode that it understands. This abstract (or virtual) machine is
82 similar to a real machine with a CPU, but it is emulated in
85 This package contains the embryo compiler: embryo_cc.