about summary refs log tree commit diff
path: root/src/index.mld
blob: d69efff4ac44fbd6a649a0a23d457f2347cd06bd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{0 logbook}

The [logbook] package includes a command line utility and a OCaml library for dealing with [log] files.

{1 log files}

[log] is a file format for personal diary or log keeping. For detailed information on the
[log] file format see [man 7 logbook-log] or the [README.md] distributed with this package.

{1 Log}

The {!module-Log} module allows for parsing and manipulation of an OCaml representation of [log] files.

{1 logbook}

For usage information for the [logbook] utility that can generate HTML from [log] files see [man logbook]
or the [README.md] distributed with this package.