pin and add pgn_to_tex lib from github for testing

This commit is contained in:
2026-05-28 13:06:05 +02:00
parent 1d47f2a2ca
commit 9ae4167f58
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
(executable
(public_name chess-scribe-api)
(name main)
(libraries chess_scribe_api dream))
(libraries chess_scribe_api dream pgn_to_tex))
+1
View File
@@ -14,6 +14,7 @@ depends: [
"dune" {>= "3.21"}
"ocaml"
"dream" {>= "1.0.0~alpha8"}
"pgn_to_tex"
"odoc" {with-doc}
]
build: [
+2 -1
View File
@@ -23,7 +23,8 @@
(depends
ocaml
(dream
(>= "1.0.0~alpha8")))
(>= "1.0.0~alpha8"))
pgn_to_tex)
(tags
("chess" "pgn" "pdf")))