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.3.0.tar.gz"
31 checksum: [
32 "sha256=cf48ceef18975a26c1986a547dd2f86f47833264fcd29d1f3759fc7b6d20aa6f"
33 "sha512=fe46184cb8613ce84155d7c82b141da2ab9cbcc6205b25c1dc10d98660ded2eec1768bbcb67394f72b3706d0337f141adf18c8550bd0392ae87143d1229de6f3"
34 ]
35}