opam-version: "1.2"
maintainer: "xen-api@lists.xen.org"
authors: "Mike McClurg"
homepage: "https://github.com/xapi-project/ocaml-opasswd"
bug-reports: "https://github.com/xapi-project/ocaml-opasswd/issues"
license: "ISC"
tags: "org:xapi-project"
dev-repo: "https://github.com/xapi-project/ocaml-opasswd.git"
build: ["jbuilder" "build" "-p" name "-j" jobs]
build-test: ["jbuilder" "runtest" "-p" name "-j" jobs]
depends: [
  "jbuilder" {build}
  "ctypes" {>= "0.2.2"}
  "ctypes-foreign"
]
available: [ocaml-version >= "4.01.0" & ocaml-version <= "4.07.0"]
