diff options
Diffstat (limited to 'dev-libs/embryo/metadata.xml')
-rw-r--r-- | dev-libs/embryo/metadata.xml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/dev-libs/embryo/metadata.xml b/dev-libs/embryo/metadata.xml deleted file mode 100644 index f9bf651769b3..000000000000 --- a/dev-libs/embryo/metadata.xml +++ /dev/null @@ -1,22 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<herd>no-herd</herd> -<maintainer> - <email>vapier@gentoo.org</email> -</maintainer> -<longdescription> -Embryo is primarily a shared library that gives you an API to load and control -interpredted programs compiled into the abstract machine bytecode that it -understands. This abstrac (or virtual) machine is imilar 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 (http://www.compuphase.com/small.htm) 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 interpreting engines around, and thus makes is very -efficient to use in code. -</longdescription> -</pkgmetadata> |