Transfer code (#1)

* 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
This commit is contained in:
2026-05-28 12:35:03 +02:00
committed by GitHub
parent 1561720e5f
commit 79155255f6
38 changed files with 1850 additions and 10 deletions
+6 -2
View File
@@ -1,5 +1,7 @@
(lang dune 3.21)
(using menhir 3.0)
(name pgn_to_tex)
(generate_opam_files true)
@@ -11,9 +13,11 @@
(maintainers "Owen Rees <owenrees.dev@gmail.com>")
(license AGPLv3)
(license AGPL-3.0-or-later)
(documentation https://url/to/documentation)
(documentation https://github.com/TheRealOwenRees/pgn_to_tex/README.md)
(version 0.0.1)
(package
(name pgn_to_tex)