Skip to content

Commit

Permalink
Merge pull request #27348 from gridbugs/climate.0.4.0
Browse files Browse the repository at this point in the history
Add climate.0.4.0
  • Loading branch information
avsm authored Feb 2, 2025
2 parents e25af45 + 8abd7b1 commit 02de20a
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions packages/climate/climate.0.4.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
opam-version: "2.0"
synopsis: "Declarative command-line parser for OCaml"
maintainer: ["Stephen Sherratt <[email protected]>"]
authors: ["Stephen Sherratt <[email protected]>"]
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.4.0.tar.gz"
checksum: [
"sha256=5bf82358904ac002e26c34d15cc74658b2b1c507de199f15630bacfe690e9670"
"sha512=e9c3671a8ab93d98e790094eb9ef3d14619851c10f50041d51496b2e77ea253054e425d1825b019c2a8f24dc9313ff84348c16db7ee7ba3f66af0ff55a4c1027"
]
}

0 comments on commit 02de20a

Please sign in to comment.