summaryrefslogtreecommitdiffstats
path: root/dependencies.opam
blob: 5bcff360e846df13b0e922a67384720b5389347d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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}
  ]
]