now in ocaml

This commit is contained in:
2022-08-29 21:04:10 -06:00
commit 7d38de6435
27 changed files with 724 additions and 0 deletions

15
esy.json Normal file
View File

@@ -0,0 +1,15 @@
{
"dependencies": {
"@opam/dream": "*",
"@opam/dune": "*",
"@opam/lwt": "*",
"@opam/caqti": "*",
"@opam/lwt_ppx": "*",
"@opam/caqti-driver-sqlite3": "*",
"ocaml": "4.12.x"
},
"scripts": {
"start": "dune exec --root . ./rawleydotxyz.exe"
}
}