mirror of
https://github.com/TheRealOwenRees/chess-scribe-api.git
synced 2026-07-23 01:06:56 +00:00
intial commit
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
# dune init project chess-scribe-api --kind=exec
|
||||||
|
# OCAMLPARAM: unset
|
||||||
|
# Shared cache: enabled-except-user-rules
|
||||||
|
# Shared cache location: /home/owen/.cache/dune/db
|
||||||
|
# Workspace root: /home/owen/Desktop/chess-scribe-api
|
||||||
|
# Auto-detected concurrency: 4
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
(executable
|
||||||
|
(public_name chess-scribe-api)
|
||||||
|
(name main)
|
||||||
|
(libraries chess_scribe_api))
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
let () = print_endline "Hello, World!"
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
(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 "A short synopsis")
|
||||||
|
(description "A longer description")
|
||||||
|
(depends ocaml)
|
||||||
|
(tags
|
||||||
|
("chess" "pgn" "pdf")))
|
||||||
|
|
||||||
|
; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
(test
|
||||||
|
(name test_chess_scribe_api)
|
||||||
|
(libraries chess_scribe_api))
|
||||||
Reference in New Issue
Block a user