summaryrefslogtreecommitdiffstats
path: root/python/mini-amf/slack-desc
diff options
context:
space:
mode:
author Markus Rinne2018-04-18 11:41:23 +0200
committer Willy Sudiarto Raharjo2018-04-21 02:43:00 +0200
commitfbe026ca33e0e7f3c2e44b1ccd87e2916d8eb5d3 (patch)
treef543b65e882889e3f7a9a01e81607f13baa38014 /python/mini-amf/slack-desc
parent6621c706af2d655d6a5d8a4065e4e97de51d1e8b (diff)
downloadslackbuilds-fbe026ca33e0e7f3c2e44b1ccd87e2916d8eb5d3.tar.gz
python/mini-amf: Added (Action Message Format support for Python).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/mini-amf/slack-desc')
-rw-r--r--python/mini-amf/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/python/mini-amf/slack-desc b/python/mini-amf/slack-desc
new file mode 100644
index 0000000000..9a4095f1cd
--- /dev/null
+++ b/python/mini-amf/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description.
+# Line up the first '|' above the ':' following the base package name, and
+# the '|' on the right side marks the last column you can put a character in.
+# You must make exactly 11 lines for the formatting to be correct. It's also
+# customary to leave one space after the ':' except on otherwise blank lines.
+
+ |-----handy-ruler------------------------------------------------------|
+mini-amf: mini-amf (Action Message Format support for Python)
+mini-amf:
+mini-amf: Mini-AMF provides Action Message Format serialization and
+mini-amf: deserialization support for Python, compatible with the Adobe Flash
+mini-amf: Player. It supports Python 2.7 and 3.4+.
+mini-amf:
+mini-amf: Mini-AMF is a trimmed-down version of PyAMF. It provides only the
+mini-amf: core serialization and deserialization primitives, and support for
+mini-amf: reading and writing LSO objects on disk. Support for Flex-specific
+mini-amf: types, "remoting", and integration with web frameworks has all been
+mini-amf: removed. (Adapter classes are still supported.)