From 9ae4167f58e084e0d61cca99555c0f3f2fcdf287 Mon Sep 17 00:00:00 2001 From: Owen Date: Thu, 28 May 2026 13:06:05 +0200 Subject: [PATCH] pin and add pgn_to_tex lib from github for testing --- bin/dune | 2 +- chess-scribe-api.opam | 1 + dune-project | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/bin/dune b/bin/dune index 1fe40dd..4d7ed10 100644 --- a/bin/dune +++ b/bin/dune @@ -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)) diff --git a/chess-scribe-api.opam b/chess-scribe-api.opam index 1f0e021..dc96d44 100644 --- a/chess-scribe-api.opam +++ b/chess-scribe-api.opam @@ -14,6 +14,7 @@ depends: [ "dune" {>= "3.21"} "ocaml" "dream" {>= "1.0.0~alpha8"} + "pgn_to_tex" "odoc" {with-doc} ] build: [ diff --git a/dune-project b/dune-project index 32d4ca0..59aca3b 100644 --- a/dune-project +++ b/dune-project @@ -23,7 +23,8 @@ (depends ocaml (dream - (>= "1.0.0~alpha8"))) + (>= "1.0.0~alpha8")) + pgn_to_tex) (tags ("chess" "pgn" "pdf")))