summaryrefslogtreecommitdiffstats
path: root/dependencies.opam
diff options
context:
space:
mode:
Diffstat (limited to 'dependencies.opam')
-rw-r--r--dependencies.opam26
1 files changed, 26 insertions, 0 deletions
diff --git a/dependencies.opam b/dependencies.opam
new file mode 100644
index 0000000..5bcff36
--- /dev/null
+++ b/dependencies.opam
@@ -0,0 +1,26 @@
+# This file is generated by dune, edit dune-project instead
+opam-version: "2.0"
+synopsis: "OCaml dependencies for lthms’ website"
+maintainer: ["Thomas Letan <lthms@soap.coffee>"]
+authors: ["Thomas Letan <lthms@soap.coffee>"]
+homepage: "https://soap.coffee/~lthms"
+bug-reports: "mailto:~lthms/public-inbox@lists.sr.ht"
+depends: [
+ "dune" {>= "3.7"}
+ "soupault"
+ "odoc" {with-doc}
+]
+build: [
+ ["dune" "subst"] {dev}
+ [
+ "dune"
+ "build"
+ "-p"
+ name
+ "-j"
+ jobs
+ "@install"
+ "@runtest" {with-test}
+ "@doc" {with-doc}
+ ]
+]