this repo has no description
1opam-version: "2.0" 2synopsis: "Declarative command-line parser for OCaml" 3maintainer: ["Stephen Sherratt <stephen@sherra.tt>"] 4authors: ["Stephen Sherratt <stephen@sherra.tt>"] 5license: "MIT" 6homepage: "https://github.com/gridbugs/climate" 7bug-reports: "https://github.com/gridbugs/climate/issues" 8depends: [ 9 "dune" {>= "3.0"} 10 "ocaml" {>= "4.14"} 11 "odoc" {with-doc} 12] 13build: [ 14 ["dune" "subst"] {dev} 15 [ 16 "dune" 17 "build" 18 "-p" 19 name 20 "-j" 21 jobs 22 "@install" 23 "@runtest" {with-test} 24 "@doc" {with-doc} 25 ] 26] 27dev-repo: "git+https://github.com/gridbugs/climate.git" 28 29url { 30 src: "https://github.com/gridbugs/climate/archive/refs/tags/0.5.0.tar.gz" 31 checksum: [ 32 "sha256=57e186f70c44bd3ca38c28da41a545987c8eab15ce8b5884a5cbb819e53883a3" 33 "sha512=baf9d6a2844d766dfbae6b31c239255974dcd15dd955939385c293d421567318f700bd7efaabbb4d418454e78e1f47b233812ccc756e621b87c41102a0ce8673" 34 ] 35}