mirror of
https://github.com/TheRealOwenRees/pgn_to_tex.git
synced 2026-07-23 03:56:57 +00:00
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:
+3
-2
@@ -1,14 +1,15 @@
|
||||
# This file is generated by dune, edit dune-project instead
|
||||
opam-version: "2.0"
|
||||
version: "0.0.1"
|
||||
synopsis: "A chess PGN to TeX conversion tool"
|
||||
description:
|
||||
"Convert PGN files to LaTeX markdown, including rendered images of selected positions"
|
||||
maintainer: ["Owen Rees <owenrees.dev@gmail.com>"]
|
||||
authors: ["Owen Rees <owenrees.dev@gmail.com>"]
|
||||
license: "AGPLv3"
|
||||
license: "AGPL-3.0-or-later"
|
||||
tags: ["pgn" "latex" "chess" "parser"]
|
||||
homepage: "https://github.com/therealowenrees/pgn_to_tex"
|
||||
doc: "https://url/to/documentation"
|
||||
doc: "https://github.com/TheRealOwenRees/pgn_to_tex/README.md"
|
||||
bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues"
|
||||
depends: [
|
||||
"dune" {>= "3.21"}
|
||||
|
||||
Reference in New Issue
Block a user