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
+34
View File
@@ -0,0 +1,34 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "API for chess-scribe.org"
description:
"The backend that powers chess-scribe.org. Convert chess PGN files into PDFs."
maintainer: ["Owen Rees <owenrees.dev@gmail.com>"]
authors: ["Owen Rees<owenrees.dev@gmail.com>"]
license: "AGPLv3"
tags: ["chess" "pgn" "pdf"]
homepage: "https://github.com/therealowenrees/chess-scribe-api"
doc: "https://url/to/documentation"
bug-reports: "https://github.com/therealowenrees/chess-scribe-api/issues"
depends: [
"dune" {>= "3.21"}
"ocaml"
"dream" {>= "1.0.0~alpha8"}
"odoc" {with-doc}
]
build: [
["dune" "subst"] {dev}
[
"dune"
"build"
"-p"
name
"-j"
jobs
"@install"
"@runtest" {with-test}
"@doc" {with-doc}
]
]
dev-repo: "git+https://github.com/therealowenrees/chess-scribe-api.git"
x-maintenance-intent: ["(latest)"]