this repo has no description
1opam-version: "2.0"
2synopsis: "OCaml library for accessing various Carbon Intensity APIs"
3description: "Carbon provides access to various APIs to discover carbon intensity information for different countries."
4maintainer: ["patrick@sirref.org"]
5authors: ["Patrick Ferris"]
6license: "MIT"
7homepage: "https://github.com/geocaml/carbon-intensity"
8bug-reports: "https://github.com/geocaml/carbon-intensity/issues"
9depends: [
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]
23build: [
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]
39dev-repo: "git+https://github.com/geocaml/carbon-intensity.git"
40url {
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}
48x-commit-hash: "7286c68fad5bb05d67d92d2dee899efa5a59fd81"