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 (executable
(public_name chess-scribe-api) (public_name chess-scribe-api)
(name main) (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"} "dune" {>= "3.21"}
"ocaml" "ocaml"
"dream" {>= "1.0.0~alpha8"} "dream" {>= "1.0.0~alpha8"}
"pgn_to_tex"
"odoc" {with-doc} "odoc" {with-doc}
] ]
build: [ build: [
+2 -1
View File
@@ -23,7 +23,8 @@
(depends (depends
ocaml ocaml
(dream (dream
(>= "1.0.0~alpha8"))) (>= "1.0.0~alpha8"))
pgn_to_tex)
(tags (tags
("chess" "pgn" "pdf"))) ("chess" "pgn" "pdf")))