This package browser is in early development. Mind the rough edges.

libmobi 0.6

C library for handling MOBI formats

Libmobi is a C library for handling MOBI ebook format documents, with the following features:

  • reading and parsing:

    • some older text Palmdoc formats (pdb),

    • Mobipocket files (prc, mobi),

    • newer MOBI files including KF8 format (azw, azw3),

    • Replica Print files (azw4)

  • recreating source files using indices

  • reconstructing references (links and embedded) in html files

  • reconstructing source structure that can be fed back to kindlegen

  • reconstructing dictionary markup (orth, infl tags)

  • writing back loaded documents

  • metadata editing

  • handling encrypted documents

Installation

Install libmobi 0.6 as follows:

guix install libmobi@0.6

Or install the latest version:

guix install libmobi

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.