Skip to content

Commit

Permalink
Merge pull request ocaml#25672 from gborough/opam-publish-fred.0.1.0
Browse files Browse the repository at this point in the history
Package fred.0.1.0
  • Loading branch information
samoht authored Apr 17, 2024
2 parents 1661848 + 0da0834 commit f089d85
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions packages/fred/fred.0.1.0/opam
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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: ["[email protected]"]
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"
]
}

0 comments on commit f089d85

Please sign in to comment.