From d8b3e15bec60f58defad13e961f80354d250235d Mon Sep 17 00:00:00 2001 From: polwex Date: Sat, 14 Jun 2025 23:30:34 +0700 Subject: aaaaaa --- bs5/dune-project | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 bs5/dune-project (limited to 'bs5/dune-project') diff --git a/bs5/dune-project b/bs5/dune-project new file mode 100644 index 0000000..e5f8d85 --- /dev/null +++ b/bs5/dune-project @@ -0,0 +1,45 @@ +(lang dune 3.19) + +(name bs5) + +(generate_opam_files true) + +(source + (github username/reponame)) + +(authors "Spandrell ") + +(maintainers "Spandrell ") + +(license LICENSE) + +(documentation https://spandrell.ch) + +(package + (name bs5) + (synopsis "The best blog in the universe") + (description "Nomo nos salvabit") + (depends + server-reason-react + ocaml + reason + sqlite3 + uri + uucp + yojson + ppx_yojson_conv + lwt + lwt_ppx + melange + melange-json + melange-json-native + ocamlformat + (melange-webapi :with-dev-setup) + (melange-fetch :with-dev-setup) + (dream :with-dev-setup) + (melange-webapi :with-dev-setup) + (melange-fetch :with-dev-setup)) + (tags + ("add topics" "to describe" your project))) + +; See the complete stanza docs at https://dune.readthedocs.io/en/stable/reference/dune-project/index.html -- cgit v1.2.3