this repo has no description
0
fork

Configure Feed

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

Merge pull request #24044 from patricoferris/release-carbon-0.1.0

[new release] carbon (0.1.0)

authored by

Raphaël Proust and committed by
GitHub
5d2f7566 6f1af527

+47
+47
packages/carbon/carbon.0.1.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.0"} 11 + "eio" 12 + "cohttp-eio" {>= "6.0.0~alpha1"} 13 + "ezjsonm" {>= "1.2.0"} 14 + "ptime" 15 + "tls-eio" 16 + "uri" 17 + "mirage-crypto-rng-eio" {with-test} 18 + "mdx" {with-test} 19 + "eio_main" {with-test} 20 + "odoc" {with-doc} 21 + ] 22 + build: [ 23 + ["dune" "subst"] {dev} 24 + [ 25 + "dune" 26 + "build" 27 + "-p" 28 + name 29 + "-j" 30 + jobs 31 + "--promote-install-files=false" 32 + "@install" 33 + "@runtest" {with-test} 34 + "@doc" {with-doc} 35 + ] 36 + ["dune" "install" "-p" name "--create-install-files" name] 37 + ] 38 + dev-repo: "git+https://github.com/geocaml/carbon-intensity.git" 39 + url { 40 + src: 41 + "https://github.com/geocaml/carbon-intensity/releases/download/0.1.0/carbon-0.1.0.tbz" 42 + checksum: [ 43 + "sha256=7fa704f5c5ff3bbc17d8e1cb8360e1dcb8e12fe909d5eac43a1242232560a97a" 44 + "sha512=88cd08f1f12911bfc8651297111a45972e972278ae137b4bc3e28fddd02f57ced1d10b25fafc57fb760b9424cfd686d4ca48f3292ed4030838e2f66021440d8b" 45 + ] 46 + } 47 + x-commit-hash: "082940a268dc5b5ae53090804fc8a92259fec467"