opam-version: "2.0"
synopsis:
  "A deprecated collection of utility functions - Pervasives extension"
description: """
This library is provided for a transitionary period only.
No new code should use this library."""
maintainer: "jonathan.ludlam@citrix.com"
authors: "xen-api@list.xen.org"
tags: "org:xapi-project"
homepage: "https://xapi-project.github.io/"
bug-reports: "https://github.com/xapi-project/stdext/issues"
depends: [
  "ocaml"
  "jbuilder" {build}
  "logs"
  "xapi-backtrace"
]
build: ["jbuilder" "build" "-p" name "-j" jobs]
dev-repo: "git://github.com/xapi-project/stdext.git"
url {
  src:
    "https://github.com/xapi-project/stdext/archive/v4.4.0/stdext-4.4.0.tar.gz"
  checksum: "md5=fa1ae3e800c253010479cdf9507c3e2b"
}
