this repo has no description
0
fork

Configure Feed

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

Merge pull request #26962 from patricoferris/release-carbon-0.2.0

[new release] carbon (0.2.0)

authored by

Marcello Seri and committed by
GitHub
0958718b fe0e2878

+48
+48
packages/carbon/carbon.0.2.0/opam
··· 1 + opam-version: "2.0" 2 + synopsis: "OCaml library for accessing various Carbon Intensity APIs" 3 + description: "Carbon provides access to various APIs to discover carbon intensity information for different countries." 4 + maintainer: ["patrick@sirref.org"] 5 + authors: ["Patrick Ferris"] 6 + license: "MIT" 7 + homepage: "https://github.com/geocaml/carbon-intensity" 8 + bug-reports: "https://github.com/geocaml/carbon-intensity/issues" 9 + depends: [ 10 + "dune" {>= "3.11"} 11 + "eio" {>= "1.1"} 12 + "ca-certs" 13 + "cohttp-eio" {>= "6.0.0~beta2"} 14 + "ezjsonm" {>= "1.2.0"} 15 + "ptime" 16 + "tls-eio" {>= "1.0.4"} 17 + "uri" 18 + "mirage-crypto-rng-eio" {with-test} 19 + "mdx" {with-test} 20 + "eio_main" {with-test} 21 + "odoc" {with-doc} 22 + ] 23 + build: [ 24 + ["dune" "subst"] {dev} 25 + [ 26 + "dune" 27 + "build" 28 + "-p" 29 + name 30 + "-j" 31 + jobs 32 + "--promote-install-files=false" 33 + "@install" 34 + "@runtest" {with-test} 35 + "@doc" {with-doc} 36 + ] 37 + ["dune" "install" "-p" name "--create-install-files" name] 38 + ] 39 + dev-repo: "git+https://github.com/geocaml/carbon-intensity.git" 40 + url { 41 + src: 42 + "https://github.com/geocaml/carbon-intensity/releases/download/0.2.0/carbon-0.2.0.tbz" 43 + checksum: [ 44 + "sha256=8d4e2f152d97aa02eff54919b05c7a61c317f0103fc634a0029c246482249e0b" 45 + "sha512=6c1e04c2192e62b5f2137f6ba35afa6d261079cb17312e35cb881f657b79dfdf88380b02b6629db796dd007937ab5de9a1c868c6a8d31769efbd35412f987a3f" 46 + ] 47 + } 48 + x-commit-hash: "7286c68fad5bb05d67d92d2dee899efa5a59fd81"