aboutsummaryrefslogtreecommitdiffstats
path: root/mininix.opam
blob: f28f0cb6180d25ff8449fddafa3c1efd4ca46ccb (about) (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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
authors: ["Anonymous Authors"]
license: "LICENSE"
depends: [
  "dune" {>= "3.15"}
  "ocaml" {< "5"}
  "coq" {>= "8.20" & < "8.21"}
  "coq-stdpp" {>= "1.11" & < "1.12"}
  "coq-flocq"
  "core"
  "core_unix"
  "linenoise"
  "menhir"
  "pprint"
  "sexp_pretty"
  "stdio"
  "ppx_sexp_conv"
  "ppx_blob"
  "ppx_let"
  "bisect_ppx"
  "merlin" {dev}
  "ocamlformat" {dev}
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]