opam-version: "2.0"
synopsis:
  "A deprecated collection of utility functions - Unix module extensions"
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}
  "base-unix"
  "fd-send-recv" {>= "2.0.0"}
  "xapi-stdext-pervasives"
  "xapi-stdext-std"
]
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.7.0/stdext-4.7.0.tar.gz"
  checksum: "md5=2e78036cc819b4e807e7147b6fb165d1"
}
