opam-version: "2.0"
maintainer: "michipili@gmail.com"
authors: "Michael Grünewald"
license: "CeCILL-B"
homepage: "https://github.com/michipili/getopts"
bug-reports: "https://github.com/michipili/getopts/issues"
dev-repo: "git+https://github.com/michipili/getopts.git"
tags: [
  "cli"
  "system"
]
build: [
  ["./configure" "--prefix" prefix]
  [conf-bmake:path "-I%{bsdowl:share}%" "all"]
]
install: [
  [conf-bmake:path "-I%{bsdowl:share}%" "install"]
]
remove: [
  ["ocamlfind" "remove" "getopts"]
  ["rm" "-rf" "%{share}%/doc/getopts"]
]
depends: [
  "ocaml"
  "broken" {>= "0.4.2"}
  "bsdowl" {>= "3.0.0"}
  "conf-bmake"
  "lemonade" {>= "0.2.1" & < "0.4.0"}
  "ocamlfind"
]
synopsis: "Analyse command line arguments"
description: "WWW: https://github.com/michipili/getopts"
flags: light-uninstall
url {
  src:
    "https://github.com/michipili/getopts/releases/download/v0.3.2/getopts-0.3.2.tar.xz"
  checksum: "md5=37a552996dd5417b8c415ec6b332dce7"
}
