this repo has no description

Merge pull request #26730 from gridbugs/climate

Add climate.0.1.0

Changed files
+36
packages
climate
climate.0.1.0
+36
packages/climate/climate.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "Declarative command-line parser for OCaml"
+
maintainer: ["https://github.com/gridbugs/climate/issues"]
+
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.1.0.tar.gz"
+
checksum: [
+
"sha256=735970fe333ab4f818227a19df2feaf31ca0c9b126eac679b23edba52f8eebc3"
+
"sha512=39707c9893957101bf0dc9912574fc53fba77a8572d7e8cc0b44da26f0ab42054e8e286c5d1eca2baf8ed997eac9686b568376938c798752497a8e15a8b4aeec"
+
]
+
}