this repo has no description
1opam-version: "2.0" 2maintainer: "Romain Bardou" 3authors: [ "Romain Bardou" ] 4homepage: "https://github.com/rbardou/clap" 5bug-reports: "https://github.com/rbardou/clap/issues" 6dev-repo: "git+https://github.com/rbardou/clap.git" 7license: "MIT" 8 9depends: [ 10 "ocaml" {>= "4.07"} 11 "dune" {< "3.0"} 12] 13build: [ ["dune" "build" "-p" name "-j" jobs] ] 14synopsis: "Command-Line Argument Parsing, imperative style with a consumption mechanism" 15url { 16 src: "https://github.com/rbardou/clap/archive/0.1.0.tar.gz" 17 checksum: [ 18 "md5=ee8785806255ea0e95d8a74649b8a582" 19 "sha512=3b5ebacc498b621187c171c538b711f2b786b87d5fa3bc4d6f652a9783d12a54aa8fdf1c1cf3fcef6bded62c0ae9403286d8aa81a53542f0e02d532db6b20710" 20 ] 21}