this repo has no description
0
fork

Configure Feed

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

Merge pull request #27348 from gridbugs/climate.0.4.0

Add climate.0.4.0

authored by

Anil Madhavapeddy and committed by
GitHub
02de20a7 e25af452

+35
+35
packages/climate/climate.0.4.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.4.0.tar.gz" 31 + checksum: [ 32 + "sha256=5bf82358904ac002e26c34d15cc74658b2b1c507de199f15630bacfe690e9670" 33 + "sha512=e9c3671a8ab93d98e790094eb9ef3d14619851c10f50041d51496b2e77ea253054e425d1825b019c2a8f24dc9313ff84348c16db7ee7ba3f66af0ff55a4c1027" 34 + ] 35 + }