aboutsummaryrefslogtreecommitdiff
path: root/fixgen.opam
blob: dab8f8734d5f5a2020227a19275c8559e82fbd7e (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
27
28
29
30
31
32
33
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Generate fixtures for testing"
description: "Generate fixtures for testing"
maintainer: ["Marc Coquand"]
authors: ["Marc Coquand"]
license: "AGPL-3.0-only"
doc: "https://url/to/documentation"
depends: [
  "ocaml"
  "dune" {>= "3.11"}
  "ppx_inline_test"
  "ppx_deriving"
  "uuidm"
  "alcotest"
  "cmdliner"
  "ISO8601"
  "odoc" {with-doc}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]