mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
31 lines
648 B
Plaintext
31 lines
648 B
Plaintext
(lang dune 3.21)
|
|
|
|
(name chess-scribe-api)
|
|
|
|
(generate_opam_files true)
|
|
|
|
(source
|
|
(github therealowenrees/chess-scribe-api))
|
|
|
|
(authors "Owen Rees<owenrees.dev@gmail.com>")
|
|
|
|
(maintainers "Owen Rees <owenrees.dev@gmail.com>")
|
|
|
|
(license AGPLv3)
|
|
|
|
(documentation https://url/to/documentation)
|
|
|
|
(package
|
|
(name chess-scribe-api)
|
|
(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")))
|
|
|
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|