summaryrefslogtreecommitdiff
path: root/bs5/dune-project
diff options
context:
space:
mode:
Diffstat (limited to 'bs5/dune-project')
-rw-r--r--bs5/dune-project45
1 files changed, 45 insertions, 0 deletions
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 <s@spandrell.ch>")
+
+(maintainers "Spandrell <s@spandrell.ch>")
+
+(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