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
|
(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))
|
||||||
|
|||||||
@@ -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
@@ -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")))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user