Skip to content

Commit a8456a2

Browse files
authored
Merge pull request ocaml#26994 from gridbugs/climate.0.3.0
Release climate.0.3.0
2 parents 0918353 + 924835c commit a8456a2

File tree

1 file changed

+35
-0
lines changed
  • packages/climate/climate.0.3.0

1 file changed

+35
-0
lines changed

packages/climate/climate.0.3.0/opam

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
opam-version: "2.0"
2+
synopsis: "Declarative command-line parser for OCaml"
3+
maintainer: ["Stephen Sherratt <[email protected]>"]
4+
authors: ["Stephen Sherratt <[email protected]>"]
5+
license: "MIT"
6+
homepage: "https://github.com/gridbugs/climate"
7+
bug-reports: "https://github.com/gridbugs/climate/issues"
8+
depends: [
9+
"dune" {>= "3.0"}
10+
"ocaml" {>= "4.14"}
11+
"odoc" {with-doc}
12+
]
13+
build: [
14+
["dune" "subst"] {dev}
15+
[
16+
"dune"
17+
"build"
18+
"-p"
19+
name
20+
"-j"
21+
jobs
22+
"@install"
23+
"@runtest" {with-test}
24+
"@doc" {with-doc}
25+
]
26+
]
27+
dev-repo: "git+https://github.com/gridbugs/climate.git"
28+
29+
url {
30+
src: "https://github.com/gridbugs/climate/archive/refs/tags/0.3.0.tar.gz"
31+
checksum: [
32+
"sha256=cf48ceef18975a26c1986a547dd2f86f47833264fcd29d1f3759fc7b6d20aa6f"
33+
"sha512=fe46184cb8613ce84155d7c82b141da2ab9cbcc6205b25c1dc10d98660ded2eec1768bbcb67394f72b3706d0337f141adf18c8550bd0392ae87143d1229de6f3"
34+
]
35+
}

0 commit comments

Comments
 (0)