all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#45554: [whishlist] Mathjax 3 / Google Closure Compiler
@ 2020-12-30 14:07 Ricardo Wurmus
  2020-12-30 16:09 ` Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Wurmus @ 2020-12-30 14:07 UTC (permalink / raw)
  To: 45554

We should attempt to package Mathjax 3.  It is needed by a number of R
packages that cannot be upgraded due to the lack of MathjaxR, which
provides Mathjax 3 for R.

Mathjax is written in JavaScript.  Parts of it are written in
Typescript.  While I made some progress translating the Typescript parts
with esbuild, we still need to package

    https://github.com/zorkow/speech-rule-engine/

which is used by the accessibility modules of Mathjax and cannot easily
be skipped.

SRE needs the Google Closure Compiler (written in Java, with latest
versions requiring Bazel) and depends on three more JavaScript
libraries:

    https://github.com/zorkow/speech-rule-engine/blob/v3.1.1/package.json#L33

Of those I packaged Commander.js and xmldom-sre (not sure if they work,
because I’m ignorant of how node.js libraries are used);
wicked-good-xpath also requires the Google Closure Compiler.

So the next step appears to be to package an older pre-Bazel version of
Google Closure Compiler (and the associated Google Closure library), so
that we can build wicked-good-xpath and speech-rule-engine.

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

* bug#45554: [whishlist] Mathjax 3 / Google Closure Compiler
  2020-12-30 14:07 bug#45554: [whishlist] Mathjax 3 / Google Closure Compiler Ricardo Wurmus
@ 2020-12-30 16:09 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2020-12-30 16:09 UTC (permalink / raw)
  To: 45554


Ricardo Wurmus <rekado@elephly.net> writes:

> So the next step appears to be to package an older pre-Bazel version of
> Google Closure Compiler (and the associated Google Closure library), so
> that we can build wicked-good-xpath and speech-rule-engine.

v20200920 is the last version of the project that comes with a pom.xml
and presumably does not require Bazel:

    https://github.com/google/closure-compiler/tree/v20200920

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-30 16:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 14:07 bug#45554: [whishlist] Mathjax 3 / Google Closure Compiler Ricardo Wurmus
2020-12-30 16:09 ` Ricardo Wurmus

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.