summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/context/base/l-aux.lua
blob: aa04951bfbfa853ce5ee3b6b24600ff45567b436 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
if not modules then modules = { } end modules ['l-aux'] = {
    version   = 1.001,
    comment   = "companion to luat-lib.mkiv",
    author    = "Hans Hagen, PRAGMA-ADE, Hasselt NL",
    copyright = "PRAGMA ADE / ConTeXt Development Team",
    license   = "see context related readme files"
}

aux = aux or { }

require("util-int")  for k, v in next, utilities.interfaces do aux[k] = v end
require("util-tab")  for k, v in next, utilities.tables     do aux[k] = v end
require("util-fmt")  for k, v in next, utilities.formatters do aux[k] = v end