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" {>= "4.02.3"} "conf-bmake" "broken" {>= "0.4.2"} "bsdowl" {>= "3.0.0"} "lemonade" {>= "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.4.0/getopts-0.4.0.tar.xz" checksum: [ "sha256=b436d3b066b92830bf9c450ecd629127a72f58d855194fd1694ff57e314af5f6" "md5=7153239eebb6114763aba3f3ab81c8a3" ] }