7d36bc05e3cafc34c8f4fc2da124fe8ebeae4415
[framework/uifw/embryo.git] / debian / control
1 Source: embryo
2 Section: libs
3 Priority: optional
4 Maintainer: Jaehwan Kim <jae.hwan.kim@samsung.com>, Juyung Seo <juyung.seo@samsung.com>
5 Original-Maintainer:  Debian Pkg-e Team <pkg-e-devel@lists.alioth.debian.org>
6 Uploaders: Albin Tonnerre <albin.tonnerre@gmail.com>,
7  Jan Lübbe <jluebbe@debian.org>, Xavier Oswald <x.oswald@free.fr>
8 Build-Depends: dpkg-dev , debhelper (>= 6), cdbs, doxygen, pkg-config, libtool
9 Standards-Version: 3.8.1
10 Homepage: http://www.enlightenment.org
11
12 Package: libembryo-dev
13 Section: libdevel
14 Architecture: any
15 Depends: ${misc:Depends}, libembryo0 (= ${binary:Version}), pkg-config
16 Description: Development files for libembryo0
17  Embryo is primarily a shared library that gives you an API to load
18  and control interpreted programs compiled into an abstract machine
19  bytecode that it understands.  This abstract (or virtual) machine is
20  similar to a real machine with a CPU, but it is emulated in
21  software.
22  .
23  This packages contains headers and static libraries for Embryo.
24
25 Package: libembryo0
26 Architecture: any
27 Depends: ${misc:Depends}, ${shlibs:Depends}
28 Suggests: libembryo-bin
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: any
49 Depends: ${misc:Depends}
50 Enhances: libembryo-dev
51 Description: libembryo0 development documentation
52  Embryo is primarily a shared library that gives you an API to load
53  and control interpreted programs compiled into an abstract machine
54  bytecode that it understands.  This abstract (or virtual) machine is
55  similar to a real machine with a CPU, but it is emulated in
56  software.
57  .
58  This packages provides development documentation for Embryo.
59
60 Package: libembryo-dbg
61 Architecture: any
62 Section: libdevel
63 Depends: ${misc:Depends}, libembryo0 (= ${binary:Version})
64 Priority: extra
65 Description: Debugging symbols for libembryo
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: libembryo-bin
78 Section: devel
79 Architecture: any
80 Depends: ${misc:Depends}, ${shlibs:Depends}
81 Description: SMALL compiler creating Embryo bytecode
82  Embryo is primarily a shared library that gives you an API to load
83  and control interpreted programs compiled into an abstract machine
84  bytecode that it understands.  This abstract (or virtual) machine is
85  similar to a real machine with a CPU, but it is emulated in
86  software
87  .
88  This package contains the embryo compiler: embryo_cc.