Skip to content

Commit f089d85

Browse files
authored
Merge pull request #25672 from gborough/opam-publish-fred.0.1.0
Package fred.0.1.0
2 parents 1661848 + 0da0834 commit f089d85

File tree

1 file changed

+41
-0
lines changed
  • packages/fred/fred.0.1.0

1 file changed

+41
-0
lines changed

packages/fred/fred.0.1.0/opam

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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+
}

0 commit comments

Comments
 (0)