opam-version: "2.0" synopsis: "Declarative command-line parser for OCaml" maintainer: ["Stephen Sherratt "] authors: ["Stephen Sherratt "] license: "MIT" homepage: "https://github.com/gridbugs/climate" bug-reports: "https://github.com/gridbugs/climate/issues" depends: [ "dune" {>= "3.0"} "ocaml" {>= "4.14"} "odoc" {with-doc} ] build: [ ["dune" "subst"] {dev} [ "dune" "build" "-p" name "-j" jobs "@install" "@runtest" {with-test} "@doc" {with-doc} ] ] dev-repo: "git+https://github.com/gridbugs/climate.git" url { src: "https://github.com/gridbugs/climate/archive/refs/tags/0.3.0.tar.gz" checksum: [ "sha256=cf48ceef18975a26c1986a547dd2f86f47833264fcd29d1f3759fc7b6d20aa6f" "sha512=fe46184cb8613ce84155d7c82b141da2ab9cbcc6205b25c1dc10d98660ded2eec1768bbcb67394f72b3706d0337f141adf18c8550bd0392ae87143d1229de6f3" ] }