# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Test framework for OCaml"
description: """
Testo is a test framework for OCaml providing new subcommands for capturing,
checking, and approving the output of tests."""
maintainer: ["Martin Jambon <martin@mjambon.com>"]
authors: ["Martin Jambon" "Gabriel Jaldon"]
license: "ISC"
homepage: "https://github.com/mjambon/testo"
bug-reports: "https://github.com/mjambon/testo/issues"
depends: [
  "dune" {>= "3.18"}
  "ocaml" {>= "4.08.0"}
  "alcotest" {with-test}
  "cmdliner" {>= "1.1.0"}
  "fpath"
  "odoc" {>= "3.1.0" & with-doc}
  "re" {>= "1.10.0"}
  "testo-util" {= version}
  "ocamlformat" {>= "0.28.0" & < "0.29.0" & with-dev-setup}
  "utop" {with-dev-setup}
]
build: [
  ["dune" "subst"] {dev}
  [
    "dune"
    "build"
    "-p"
    name
    "-j"
    jobs
    "@install"
    "@runtest" {with-test}
    "@doc" {with-doc}
  ]
]
dev-repo: "git+https://github.com/mjambon/testo.git"
x-maintenance-intent: ["(latest)"]
