725557014354a1423bccea9db1723d74f2a72a8d
[maemo-efl] / trunk / embryo / debian / control
1 Source: embryo
2 Section: libs
3 Priority: optional
4 Maintainer: Maemo-EFL Team <maemo-efl-devel@garage.maemo.org>
5 Build-Depends: cdbs, debhelper (>= 4.0.0), automake1.7 | automaken, libtool
6 Standards-Version: 3.7.2
7
8 Package: libembryo0-dev
9 Section: libdevel
10 Architecture: any
11 Provides: libembryo-dev
12 Depends: libembryo0 (= ${Source-Version})
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
18  software.
19  .
20  This packages contains headers and static libraries for Embryo.
21
22 Package: libembryo0
23 Architecture: any
24 Provides: libembryo
25 Depends: ${shlibs:Depends}
26 Suggests: embryo0-bin (= ${Source-Version})
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
40  use in code.
41  .
42  See also http://www.compuphase.com/small.htm for details on SMALL.
43
44 #Package: libembryo-doc
45 #Section: doc
46 #Architecture: all
47 #Enhances: libembryo0-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
53 # software.
54 # .
55 # This packages provides development documentation for Embryo.
56
57 #Package: libembryo0-dbg
58 #Section: libdevel
59 #Architecture: any
60 #Provides: libembryo-dbg
61 #Depends: libembryo0 (= ${Source-Version})
62 #Priority: extra
63 #Description: SMALL-based abstract machine (AMX) bytecode interpreter
64 # Embryo is primarily a shared library that gives you an API to load
65 # and control interpreted programs compiled into an abstract machine
66 # bytecode that it understands.  This abstract (or virtual) machine is
67 # similar to a real machine with a CPU, but it is emulated in
68 # software
69 # .
70 # This package contains unstripped shared libraries. It is provided primarily
71 # to provide a backtrace with names in a debugger, this makes it somewhat
72 # easier to interpret core dumps. The libraries are installed in
73 # /usr/lib/debug and are automatically used by gdb.
74
75 Package: embryo0-bin
76 Section: devel
77 Architecture: any
78 Provides: embryo-bin
79 Depends: ${shlibs:Depends}
80 Description: SMALL compiler creating Embryo bytecode
81  Embryo is primarily a shared library that gives you an API to load
82  and control interpreted programs compiled into an abstract machine
83  bytecode that it understands.  This abstract (or virtual) machine is
84  similar to a real machine with a CPU, but it is emulated in
85  software
86  .
87  This package contains the embryo compiler: embryo_cc.