mirror of
https://github.com/TheRealOwenRees/pgn_to_tex.git
synced 2026-07-22 19:46:57 +00:00
79155255f6
* copy project root files * import previously created code and rename where needed * fix license and lint * main is now just a JS wrapper * minified main.cjs rather than copying to a newly named file
11 lines
213 B
Plaintext
11 lines
213 B
Plaintext
(library
|
|
(name pgn_logic)
|
|
(public_name pgn_to_tex)
|
|
(libraries sedlex menhirLib)
|
|
(modules ast parser lexer parsing latex latex_helpers pgn2tex nag)
|
|
(preprocess
|
|
(pps sedlex.ppx)))
|
|
|
|
(menhir
|
|
(modules parser))
|