opam-version: "2.0"
name: "xapi-test-utils"
version: "1.4.0"
synopsis: "An OCaml package with modules for easy unit testing"
maintainer: "rob.hoes@citrix.com"
authors: "xen-api@lists.xen.org"
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
tags: "org:xapi-project"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xapi-test-utils/issues"
depends: [
  "alcotest"
  "ocaml"
  "dune" {build}
  "crowbar"
]
build: ["dune" "build" "-p" name "-j" jobs]
dev-repo: "git+https://github.com/xapi-project/xapi-test-utils.git"
url {
  src:
    "https://github.com/xapi-project/xapi-test-utils/archive/v1.4.0.tar.gz"
  checksum:
    "sha256=a02f84d345bc8521f8e1ff65499b6c9a54e5505c583ffa11f9c95f7c0d1300e0"
}
