opam-version: "2.0"
maintainer: "xen-api@lists.xen.org"
authors: [ "Mike McClurg" ]
license: "ISC"
homepage: "https://github.com/xapi-project/ocaml-opasswd"
dev-repo: "git+https://github.com/xapi-project/ocaml-opasswd.git"
bug-reports: "https://github.com/xapi-project/ocaml-opasswd/issues"
build: [
  ["dune" "build" "-p" name "-j" jobs]
  ["dune" "runtest" "-p" name "-j" jobs] {with-test}
]
depends: [
  "ocaml" {>= "4.01.0" }
  "dune" {build}
  "ctypes" {>= "0.2.2"}
  "ctypes-foreign"
  "odoc" {with-doc}
]
tags: [ "org:xapi-project" ]
synopsis:
"OCaml bindings to the glibc passwd file and shadow password file interface"
