Add few files needed to compile the project

This commit is contained in:
Calascibetta Romain 2024-12-05 20:05:16 +01:00
parent adf085a333
commit 187340fff3
2 changed files with 21 additions and 0 deletions

13
.ocamlformat Normal file
View file

@ -0,0 +1,13 @@
version=0.27.0
exp-grouping=preserve
break-infix=wrap-or-vertical
break-collection-expressions=wrap
break-sequences=false
break-infix-before-func=false
dock-collection-brackets=true
break-separators=before
field-space=tight
if-then-else=compact
break-sequences=false
sequence-blank-line=compact
exp-grouping=preserve

8
dune-workspace Normal file
View file

@ -0,0 +1,8 @@
(lang dune 3.0)
(context (default))
(context (default
(name solo5)
(host default)
(toolchain solo5)
(merlin)
(disable_dynamically_linked_foreign_archives true)))