package oepub

  1. Overview
  2. Docs

Fonctor build a book over ChapterContent

Parameters

Signature

type t = {
  1. title : string;
  2. author : string option;
  3. intro : ChapterContent.t option;
  4. chapters : ChapterContent.t Chapter.t list;
}

the type representing a book.

val book : EpubArchive.t -> (t, Error.t) Stdlib.result

book epub returns the book associated epub

OCaml

Innovation. Community. Security.