this repo has no description
0
fork

Configure Feed

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

Merge pull request #26785 from gridbugs/climate.0.2.0

Release climate.0.2.0

authored by

Marcello Seri and committed by
GitHub
19f88a00 c94e8e96

+36
+36
packages/climate/climate.0.2.0/opam
··· 1 + # This file is generated by dune, edit dune-project instead 2 + opam-version: "2.0" 3 + synopsis: "Declarative command-line parser for OCaml" 4 + maintainer: ["Stephen Sherratt <stephen@sherra.tt>"] 5 + authors: ["Stephen Sherratt <stephen@sherra.tt>"] 6 + license: "MIT" 7 + homepage: "https://github.com/gridbugs/climate" 8 + bug-reports: "https://github.com/gridbugs/climate/issues" 9 + depends: [ 10 + "dune" {>= "3.0"} 11 + "ocaml" {>= "4.14"} 12 + "odoc" {with-doc} 13 + ] 14 + build: [ 15 + ["dune" "subst"] {dev} 16 + [ 17 + "dune" 18 + "build" 19 + "-p" 20 + name 21 + "-j" 22 + jobs 23 + "@install" 24 + "@runtest" {with-test} 25 + "@doc" {with-doc} 26 + ] 27 + ] 28 + dev-repo: "git+https://github.com/gridbugs/climate.git" 29 + 30 + url { 31 + src: "https://github.com/gridbugs/climate/archive/refs/tags/0.2.0.tar.gz" 32 + checksum: [ 33 + "sha256=22e564c3b3a29978439c265a5970bb41d42828b9d73a44440f7ffdc3133be1bc" 34 + "sha512=896001824fd730e9aab41579caa162542940808e7bd4aaddedf98b8a9242ae7a8adedeee23020b008d6e97117ac2593fce6c2b5809299192d9fd6a3e3b19a2c9" 35 + ] 36 + }