about summary refs log tree commit diff stats
path: root/modal/ocaml/modal.opam
blob: 10763d2f103b86f2cfcc73d5cc8fc623d1a53343 (plain) (blame)
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
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.1.0"
synopsis: "Minimal Modal interpreter"
maintainer: ["eli"]
authors: ["eli"]
license: "MIT"
depends: [
  "dune" {>= "3.11"}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]