summaryrefslogtreecommitdiff
path: root/texmf-dist/tex/harftex/base/harf.lua
diff options
context:
space:
mode:
Diffstat (limited to 'texmf-dist/tex/harftex/base/harf.lua')
-rw-r--r--texmf-dist/tex/harftex/base/harf.lua9
1 files changed, 9 insertions, 0 deletions
diff --git a/texmf-dist/tex/harftex/base/harf.lua b/texmf-dist/tex/harftex/base/harf.lua
index 082a5130..500cca00 100644
--- a/texmf-dist/tex/harftex/base/harf.lua
+++ b/texmf-dist/tex/harftex/base/harf.lua
@@ -1,3 +1,12 @@
+local module = {
+ name = "harf",
+ description = "Harf",
+ version = "0.4.2",
+ date = "2019-09-07",
+ license = "GPL v2.0"
+}
+luatexbase.provides_module(module)
+
local harf = require("harf-base")
local define_font = require("harf-load")