boilerplate for formatting and basic routes

This commit is contained in:
2026-05-27 22:08:24 +02:00
parent 14eb7fab13
commit 34ebb6f876
5 changed files with 52 additions and 5 deletions
+7 -3
View File
@@ -17,9 +17,13 @@
(package
(name chess-scribe-api)
(synopsis "A short synopsis")
(description "A longer description")
(depends ocaml)
(synopsis "API for chess-scribe.org")
(description
"The backend that powers chess-scribe.org. Convert chess PGN files into PDFs.")
(depends
ocaml
(dream
(>= "1.0.0~alpha8")))
(tags
("chess" "pgn" "pdf")))