# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.4.0"
synopsis: "Test framework for OCaml, Lwt variant"
description: """
Use this if the tests return Lwt promises and you can't make them synchronous
because 'Lwt_main.run' is not supported by your platform e.g. JavaScript."""
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"}
  "lwt" {>= "5.6.0"}
  "ocaml" {>= "4.08.0"}
  "alcotest" {with-test}
  "cmdliner" {>= "1.1.0"}
  "fpath"
  "re" {>= "1.10.0"}
  "testo-util" {= version}
  "odoc" {with-doc}
]
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)"]
