summaryrefslogtreecommitdiffstats
path: root/dune-project
blob: f19e3283ebf3292033ed6e059d26716007111f0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(lang dune 3.7)
(generate_opam_files true)
(authors "Thomas Letan <lthms@soap.coffee>")
(maintainers "Thomas Letan <lthms@soap.coffee>")
(homepage "https://soap.coffee/~lthms")
(bug_reports "mailto:~lthms/public-inbox@lists.sr.ht")

(package
  (allow_empty)
  (synopsis "OCaml dependencies for lthms’ website")
  (name dependencies)
  (depends soupault))