mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
pin and add pgn_to_tex lib from github for testing
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -14,6 +14,7 @@ depends: [
|
||||
"dune" {>= "3.21"}
|
||||
"ocaml"
|
||||
"dream" {>= "1.0.0~alpha8"}
|
||||
"pgn_to_tex"
|
||||
"odoc" {with-doc}
|
||||
]
|
||||
build: [
|
||||
|
||||
+2
-1
@@ -23,7 +23,8 @@
|
||||
(depends
|
||||
ocaml
|
||||
(dream
|
||||
(>= "1.0.0~alpha8")))
|
||||
(>= "1.0.0~alpha8"))
|
||||
pgn_to_tex)
|
||||
(tags
|
||||
("chess" "pgn" "pdf")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user