this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add climate.0.5.0 (#27516)

Signed-off-by: Stephen Sherratt <stephen@sherra.tt>

authored by

Marcello Seri and committed by
GitHub
ee32f89d ef90a2b0

+37 -2
+35
packages/climate/climate.0.5.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "Declarative command-line parser for OCaml" 3 + maintainer: ["Stephen Sherratt <stephen@sherra.tt>"] 4 + authors: ["Stephen Sherratt <stephen@sherra.tt>"] 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.5.0.tar.gz" 31 + checksum: [ 32 + "sha256=57e186f70c44bd3ca38c28da41a545987c8eab15ce8b5884a5cbb819e53883a3" 33 + "sha512=baf9d6a2844d766dfbae6b31c239255974dcd15dd955939385c293d421567318f700bd7efaabbb4d418454e78e1f47b233812ccc756e621b87c41102a0ce8673" 34 + ] 35 + }
+1 -1
packages/cmdlang-to-climate/cmdlang-to-climate.0.0.8/opam
··· 9 9 depends: [ 10 10 "dune" {>= "3.16"} 11 11 "ocaml" {>= "4.14"} 12 - "climate" {>= "0.1.0"} 12 + "climate" {>= "0.1.0" & < "0.5.0"} 13 13 "cmdlang" {= version} 14 14 "odoc" {with-doc} 15 15 ]
+1 -1
packages/cmdlang-to-climate/cmdlang-to-climate.0.0.9/opam
··· 9 9 depends: [ 10 10 "dune" {>= "3.16"} 11 11 "ocaml" {>= "4.14"} 12 - "climate" {>= "0.3.0"} 12 + "climate" {>= "0.3.0" & < "0.5.0"} 13 13 "cmdlang" {= version} 14 14 "odoc" {with-doc} 15 15 ]