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.0"}
11 "eio" {< "0.12"}
12 "cohttp-eio" {>= "6.0.0~alpha1"}
13 "ezjsonm" {>= "1.2.0"}
14 "ptime"
15 "tls-eio" {< "1.0.0"}
16 "uri"
17 "mirage-crypto-rng-eio" {with-test & < "1.0.0"}
18 "mdx" {with-test}
19 "eio_main" {with-test}
20 "odoc" {with-doc}
21]
22build: [
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]
38dev-repo: "git+https://github.com/geocaml/carbon-intensity.git"
39url {
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}
47x-commit-hash: "082940a268dc5b5ae53090804fc8a92259fec467"