this repo has no description
1opam-version: "2.0" 2maintainer: "michipili@gmail.com" 3authors: "Michael Grünewald" 4license: "CeCILL-B" 5homepage: "https://github.com/michipili/getopts" 6bug-reports: "https://github.com/michipili/getopts/issues" 7dev-repo: "git+https://github.com/michipili/getopts.git" 8tags: [ 9 "cli" 10 "system" 11] 12build: [ 13 ["./configure" "--prefix" prefix] 14 [conf-bmake:path "-I%{bsdowl:share}%" "all"] 15] 16install: [ 17 [conf-bmake:path "-I%{bsdowl:share}%" "install"] 18] 19remove: [ 20 ["ocamlfind" "remove" "getopts"] 21 ["rm" "-rf" "%{share}%/doc/getopts"] 22] 23depends: [ 24 "ocaml" {>= "4.02.3"} 25 "conf-bmake" 26 "broken" {>= "0.4.2"} 27 "bsdowl" {>= "3.0.0"} 28 "lemonade" {>= "0.4.0"} 29 "ocamlfind" 30] 31synopsis: "Analyse command line arguments" 32description: "WWW: https://github.com/michipili/getopts" 33flags: light-uninstall 34url { 35 src: 36 "https://github.com/michipili/getopts/releases/download/v0.4.0/getopts-0.4.0.tar.xz" 37 checksum: [ 38 "sha256=b436d3b066b92830bf9c450ecd629127a72f58d855194fd1694ff57e314af5f6" 39 "md5=7153239eebb6114763aba3f3ab81c8a3" 40 ] 41}