Hi Hans,

On Thu, 2026-02-19 at 11:43 +0100, Hans Hagen wrote:
> I went for 'details' as in:
>
>      details = {
>          name    = "lmtx reference distribution",
>          version = "see banner of a context run",
>          url     = "https://contextgarden.net";,
>          comment = false, -- "change this blob when you derive",
>          private = { }
>      },
>
> And added:
>
>  >mtxrun --show-details
> resolvers       | resolving | detail name : lmtx reference distribution
> resolvers       | resolving | detail url : https://contextgarden.net
> resolvers       | resolving | detail version : see banner of a context run
>
> so you can overload details and have additional private info which
> basically is unseen but you can do
>
>      local d = resolvers.getdetails()
>      print(d.name)
>      print(d.private)
>
> to get the (merged) details during a tex run.

Perfect, thanks! I've added those fields to the texmfcnf.lua file, and
the latest release is now waiting at CTAN.

Thanks,
-- Max
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki     : https://wiki.contextgarden.net
___________________________________________________________________________________

Reply via email to