# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "26.1.3"
synopsis: "Shared-memory protocols for exposing system metrics"
description:
  "VMs running on a Xen host can use this library to expose performance counters which can be sampled by xapi's metric daemon."
maintainer: ["Xapi project maintainers"]
authors: ["John Else"]
license: "LGPL-2.1-only WITH OCaml-LGPL-linking-exception"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/xen-api/issues"
depends: [
  "dune" {>= "3.20"}
  "alcotest" {with-test}
  "astring"
  "bigarray-compat"
  "cstruct"
  "crc"
  "fmt" {with-test}
  "rpclib"
  "yojson"
  "xapi-idl" {= version}
  "xapi-rrd" {= 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/xapi-project/xen-api.git"
x-maintenance-intent: ["(latest)"]
