File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change
1
+ # This file is generated by dune, edit dune-project instead
2
+ opam-version: "2.0"
3
+ synopsis: "API binding for Federal Reserve Economic Data"
4
+ description: "API binding for Federal Reserve Economic Data"
5
+ maintainer: ["geoffrey.borough@outlook.com"]
6
+ authors: ["Geoffrey Borough"]
7
+ license: "MIT"
8
+ tags: ["api binding" "federal reserve" "ecomonic data"]
9
+ homepage: "https://github.com/gborough/fred"
10
+ doc: "https://gborough.github.io/fred/fred"
11
+ bug-reports: "https://github.com/gborough/fred/issues"
12
+ depends: [
13
+ "ocaml" {>= "4.14.0"}
14
+ "dune" {>= "2.7"}
15
+ "ezcurl-lwt"
16
+ "ppx_deriving"
17
+ "ppx_deriving_yojson"
18
+ "yojson"
19
+ "odoc" {with-doc}
20
+ ]
21
+ build: [
22
+ ["dune" "subst"] {dev}
23
+ [
24
+ "dune"
25
+ "build"
26
+ "-p"
27
+ name
28
+ "-j"
29
+ jobs
30
+ "@install"
31
+ "@doc" {with-doc}
32
+ ]
33
+ ]
34
+ dev-repo: "git+https://github.com/gborough/fred.git"
35
+ url {
36
+ src: "https://github.com/gborough/fred/archive/refs/tags/0.1.0.tar.gz"
37
+ checksum: [
38
+ "md5=614a3fa789c23b5e5ef8b507a7dfe9a4"
39
+ "sha512=0014580d6cb40cf1933785469c45dcebf39450850a74e6241098b96cb0cffa632b1f6a641b5536b6f561df9dc70b9c5abd5ce80f909fd355f9b4fafd07378bee"
40
+ ]
41
+ }
You can’t perform that action at this time.
0 commit comments