Skip to content

Commit

Permalink
Merge pull request #26785 from gridbugs/climate.0.2.0
Browse files Browse the repository at this point in the history
Release climate.0.2.0
  • Loading branch information
mseri authored Oct 25, 2024
2 parents c94e8e9 + 7b3a4a4 commit 19f88a0
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/climate/climate.0.2.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
synopsis: "Declarative command-line parser for OCaml"
maintainer: ["Stephen Sherratt <stephen@sherra.tt>"]
authors: ["Stephen Sherratt <stephen@sherra.tt>"]
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.2.0.tar.gz"
checksum: [
"sha256=22e564c3b3a29978439c265a5970bb41d42828b9d73a44440f7ffdc3133be1bc"
"sha512=896001824fd730e9aab41579caa162542940808e7bd4aaddedf98b8a9242ae7a8adedeee23020b008d6e97117ac2593fce6c2b5809299192d9fd6a3e3b19a2c9"
]
}

0 comments on commit 19f88a0

Please sign in to comment.