-- -- Copyright (c) 2021-2023 Zeping Lee -- Released under the MIT license. -- Repository: https://github.com/zepinglee/citeproc-lua -- local citeproc = {} local engine = require("citeproc-engine") local util = require("citeproc-util") citeproc.__VERSION__ = "0.4.0" citeproc.new = engine.CiteProc.new citeproc.util = util return citeproc