Mini-AMF provides Action Message Format (AMF) serialization and
deserialization support for Python, compatible with the Adobe Flash
Player. It supports Python 2.7 and 3.4+.
This utility accepts an SQLite3 header file sqlite3.h and produces a
set of decently well-formed mdoc(7) files documenting the C API.
These will be roughly equivalent to the C-language Interface
Specification for SQLite3.
ok jturner@, tweaks from sthen@
This library implements a deserializer for an efficient, compact-output,
and feature-rich binary protocol called Sereal.
Its sister module p5-Sereal-Encoder implements an encoder for this format.
OK bluhm@
This library implements an efficient, compact-output, and feature-rich
serializer using a binary protocol called Sereal.
Its sister module p5-Sereal-Decoder implements a decoder for this format.
OK bluhm@
No bump needed since either the package doesn't change or it didn't
build before. Note that aarch64 is still broken (undefined references
to pthread_foo at link time). ok pirofti@ (maintainer)
From maintainer Timo Myyra with tweaks from danj@ and myself, ok danj@
py-amf provides Action Message Format (AMF) support for Python that is
compatible with the Adobe Flash Player. It includes integration with
Python web frameworks like Django, Pylons, Twisted, SQLAlchemy, web2py
and more.
K2pdfopt optimizes PDF/DJVU files for mobile e-readers (e.g. the Kindle)
and smartphones. It works well on multi-column PDF/DJVU files and can
re-flow text even on scanned PDF files. It can also be used as a general
PDF copying/cropping/re-sizing/OCR-ing manipulation tool. It can generate
native or bitmapped PDF output, with an optional OCR layer.
Typical use
k2pdfopt -dev kv -mode 2col input.pdf
Supported devices (define your own by measuring your screen size)
1. Kindle 1-5 (k2)
2. Kindle DX (dx)
3. Kindle Paperwhite (kpw)
4. Kindle Paperwhite 2 (kp2)
5. Kindle Paperwhite 3 (kp3)
6. Pocketbook Basic 2 (pb2)
7. Kindle Voyage (kv)
8. Nook Simple Touch (nookst)
9. Kobo Touch (kbt)
10. Kobo Glo (kbg)
11. Kobo Glo HD (kghd)
12. Kobo Glo HD Full Screen (kghdfs)
13. Kobo Mini (kbm)
14. Kobo Aura (kba)
15. Kobo Aura HD (kbhd)
16. Kobo H2O (kbh2o)
17. Kobo H2O Full Screen (kbh2ofs)
18. Kobo Aura One (kao)
19. Nexus 7 (nex7)
20. Other (specify width, height, etc.)
With feedback from sthen@, OK edd@