summaryrefslogtreecommitdiff
path: root/tex/context/base/data-inp.lua
blob: b3e30a6c6cc6ee1ea88f54e31ed46cbdbb90a5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if not modules then modules = { } end modules ['data-inp'] = {
    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"
}

local allocate = utilities.storage.allocate

local resolvers = resolvers

resolvers.finders = allocate { notfound  = { nil } }
resolvers.openers = allocate { notfound  = { nil } }
resolvers.loaders = allocate { notfound  = { false, nil, 0 } }