d989317c348ba1608636831d80a2d23b47a6b703
[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 Uploaders: Eduardo Lima (Etrunko) <eduardo.lima@indt.org.br>
6 Build-Depends: debhelper (>= 4), cdbs, maemo-cflags-cdbs-rules (>= 0.0.2), automake1.7 | automaken, libtool
7 Standards-Version: 3.7.2
8 Homepage: http://www.enlightenment.org
9
10 Package: libembryo0-dev
11 Section: libdevel
12 Architecture: any
13 Provides: libembryo-dev
14 Depends: libembryo0 (= ${Source-Version})
15 Description: Development files for libembryo
16  Embryo is primarily a shared library that gives you an API to load
17  and control interpreted programs compiled into an abstract machine
18  bytecode that it understands.  This abstract (or virtual) machine is
19  similar to a real machine with a CPU, but it is emulated in
20  software.
21  .
22  This packages contains headers and static libraries for Embryo.
23
24 Package: libembryo0
25 Architecture: any
26 Provides: libembryo
27 Depends: ${shlibs:Depends}
28 Suggests: embryo0-bin (= ${Source-Version})
29 Description: SMALL-based abstract machine (AMX) bytecode interpreter
30  Embryo is primarily a shared library that gives you an API to load
31  and control interpreted programs compiled into an abstract machine
32  bytecode that it understands.  This abstract (or virtual) machine is
33  similar to a real machine with a CPU, but it is emulated in
34  software.  The architecture is simple and is the same as the
35  abstract machine (AMX) in the SMALL language as it is based on
36  exactly the same code. Embryo has modified the code for the AMX
37  extensively and has made it smaller and more portable.  It is VERY
38  small.  The total size of the virtual machine code AND header files
39  is less than 2500 lines of code.  It includes the floating point
40  library support by default as well.  This makes it one of the
41  smallest interpreters around, and thus makes is very efficient to
42  use in code.
43  .
44  See also http://www.compuphase.com/small.htm for details on SMALL.
45
46 #Package: libembryo-doc
47 #Section: doc
48 #Architecture: all
49 #Enhances: libembryo0-dev
50 #Description: libembryo0 development documentation
51 # Embryo is primarily a shared library that gives you an API to load
52 # and control interpreted programs compiled into an abstract machine
53 # bytecode that it understands.  This abstract (or virtual) machine is
54 # similar to a real machine with a CPU, but it is emulated in
55 # software.
56 # .
57 # This packages provides development documentation for Embryo.
58
59 #Package: libembryo0-dbg
60 #Section: libdevel
61 #Architecture: any
62 #Provides: libembryo-dbg
63 #Depends: libembryo0 (= ${Source-Version})
64 #Priority: extra
65 #Description: SMALL-based abstract machine (AMX) bytecode interpreter
66 # Embryo is primarily a shared library that gives you an API to load
67 # and control interpreted programs compiled into an abstract machine
68 # bytecode that it understands.  This abstract (or virtual) machine is
69 # similar to a real machine with a CPU, but it is emulated in
70 # software
71 # .
72 # This package contains unstripped shared libraries. It is provided primarily
73 # to provide a backtrace with names in a debugger, this makes it somewhat
74 # easier to interpret core dumps. The libraries are installed in
75 # /usr/lib/debug and are automatically used by gdb.
76
77 Package: embryo0-bin
78 Section: devel
79 Architecture: any
80 Provides: embryo-bin
81 Depends: ${shlibs:Depends}
82 Description: SMALL compiler creating Embryo bytecode
83  Embryo is primarily a shared library that gives you an API to load
84  and control interpreted programs compiled into an abstract machine
85  bytecode that it understands.  This abstract (or virtual) machine is
86  similar to a real machine with a CPU, but it is emulated in
87  software
88  .
89  This package contains the embryo compiler: embryo_cc.