this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: 4 "Parsing of command line arguments (similar to GNU GetOpt) for OCaml" 5description: 6 "General command line syntax of GNU getopt and getopt_long, but is close to the spirit of the Arg module." 7maintainer: ["Anthony Scemama"] 8authors: ["Alain Frisch"] 9license: "MIT" 10tags: ["topics" "command-line"] 11homepage: "https://github.com/scemama/ocaml-getopt" 12bug-reports: "https://github.com/scemama/ocaml-getopt/issues" 13depends: [ 14 "ocaml" {>= "4.07"} 15 "dune" {>= "3.6"} 16 "odoc" {with-doc} 17] 18build: [ 19 ["dune" "subst"] {dev} 20 [ 21 "dune" 22 "build" 23 "-p" 24 name 25 "-j" 26 jobs 27 "@install" 28 "@runtest" {with-test} 29 "@doc" {with-doc} 30 ] 31] 32dev-repo: "git+https://github.com/scemama/ocaml-getopt.git" 33url { 34 src: "https://github.com/scemama/ocaml-getopt/archive/20230213.tar.gz" 35 checksum: [ 36 "md5=14a2c956af6145aaf293c62dfa36e099" 37 "sha512=1b40a0cf4ba6486626c38b89d7aae033b92c582b50fe160a05560397d9c261d1cc850727dd50602e0342612688c1223b95d0c6900b19f0a343c039577b8f08d0" 38 ] 39}