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")))