mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
boilerplate for formatting and basic routes
This commit is contained in:
+7
-3
@@ -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")))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user