opam-version: "2.0"
maintainer: "jonathan.ludlam@citrix.com"
authors: "xen-api@list.xen.org"
bug-reports: "https://github.com/xapi-project/stdext/issues"
dev-repo: "git://github.com/xapi-project/stdext.git"
homepage: "https://xapi-project.github.io/"
tags: [ "org:xapi-project" ]

build:  [[ "dune" "build" "-p" name "-j" jobs ]]

depends: [
  "ocaml" {>= "4.08"}
  "dune" {>= "1.11"}
  "uuidm"
]
synopsis:
  "A deprecated collection of utility functions - Standard library extensions"
description: """
This library is provided for a transitionary period only.
No new code should use this library."""
url {
  src:
    "https://github.com/xapi-project/stdext/archive/v4.14.0.tar.gz"
  checksum:
    "sha256=ac1b58f3ab9760858365828212ecf265dc2cff83574096c140a6cdfafd73805d"
}
