Skip to content

Commit fe24537

Browse files
committed
Add climate.0.8.3
Signed-off-by: Stephen Sherratt <[email protected]>
1 parent 8793cd6 commit fe24537

File tree

1 file changed

+37
-0
lines changed
  • packages/climate/climate.0.8.3

1 file changed

+37
-0
lines changed
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
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+
x-maintenance-intent: [(latest)]
30+
31+
url {
32+
src: "https://github.com/gridbugs/climate/archive/refs/tags/0.8.3.tar.gz"
33+
checksum: [
34+
"sha256=1137970c8a508c145c41166887737d28aecefe6264c51af7c2dfc4aaf5b651e7"
35+
"sha512=95b8346ba70cdff0ecb3e29c6a981485ba396cf6bc89b99641ea91a773c77271bb35f5ad91897827815339c607f94a796b58781cc84166cd6965476ae3dedc6e"
36+
]
37+
}

0 commit comments

Comments
 (0)