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