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: ["https://github.com/gridbugs/climate/issues"]
5authors: ["Stephen Sherratt"]
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.1.0.tar.gz"
32 checksum: [
33 "sha256=735970fe333ab4f818227a19df2feaf31ca0c9b126eac679b23edba52f8eebc3"
34 "sha512=39707c9893957101bf0dc9912574fc53fba77a8572d7e8cc0b44da26f0ab42054e8e286c5d1eca2baf8ed997eac9686b568376938c798752497a8e15a8b4aeec"
35 ]
36}