this repo has no description

Merge pull request #25672 from gborough/opam-publish-fred.0.1.0

Package fred.0.1.0

Changed files
+41
packages
fred
fred.0.1.0
+41
packages/fred/fred.0.1.0/opam
···
+
# This file is generated by dune, edit dune-project instead
+
opam-version: "2.0"
+
synopsis: "API binding for Federal Reserve Economic Data"
+
description: "API binding for Federal Reserve Economic Data"
+
maintainer: ["geoffrey.borough@outlook.com"]
+
authors: ["Geoffrey Borough"]
+
license: "MIT"
+
tags: ["api binding" "federal reserve" "ecomonic data"]
+
homepage: "https://github.com/gborough/fred"
+
doc: "https://gborough.github.io/fred/fred"
+
bug-reports: "https://github.com/gborough/fred/issues"
+
depends: [
+
"ocaml" {>= "4.14.0"}
+
"dune" {>= "2.7"}
+
"ezcurl-lwt"
+
"ppx_deriving"
+
"ppx_deriving_yojson"
+
"yojson"
+
"odoc" {with-doc}
+
]
+
build: [
+
["dune" "subst"] {dev}
+
[
+
"dune"
+
"build"
+
"-p"
+
name
+
"-j"
+
jobs
+
"@install"
+
"@doc" {with-doc}
+
]
+
]
+
dev-repo: "git+https://github.com/gborough/fred.git"
+
url {
+
src: "https://github.com/gborough/fred/archive/refs/tags/0.1.0.tar.gz"
+
checksum: [
+
"md5=614a3fa789c23b5e5ef8b507a7dfe9a4"
+
"sha512=0014580d6cb40cf1933785469c45dcebf39450850a74e6241098b96cb0cffa632b1f6a641b5536b6f561df9dc70b9c5abd5ce80f909fd355f9b4fafd07378bee"
+
]
+
}