update release info and docs link

This commit is contained in:
2026-06-29 21:23:34 +02:00
parent a58a6504b4
commit 5f0521430d
+2 -2
View File
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead # This file is generated by dune, edit dune-project instead
opam-version: "2.0" opam-version: "2.0"
version: "0.0.1-rc.2" version: "0.0.1"
synopsis: "A chess PGN to TeX conversion tool" synopsis: "A chess PGN to TeX conversion tool"
description: description:
"Convert PGN files to LaTeX markdown, including rendered images of selected positions" "Convert PGN files to LaTeX markdown, including rendered images of selected positions"
@@ -9,7 +9,7 @@ authors: ["Owen Rees <owenrees.dev@gmail.com>"]
license: "AGPL-3.0-or-later" license: "AGPL-3.0-or-later"
tags: ["pgn" "latex" "chess" "parser"] tags: ["pgn" "latex" "chess" "parser"]
homepage: "https://github.com/therealowenrees/pgn_to_tex" homepage: "https://github.com/therealowenrees/pgn_to_tex"
doc: "https://github.com/TheRealOwenRees/pgn_to_tex/README.md" doc: "https://github.com/therealowenrees/pgn_to_tex/blob/main/README.md"
bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues" bug-reports: "https://github.com/therealowenrees/pgn_to_tex/issues"
depends: [ depends: [
"dune" {>= "3.21"} "dune" {>= "3.21"}