diff --git a/packages/fred/fred.0.1.0/opam b/packages/fred/fred.0.1.0/opam new file mode 100644 index 00000000000..23456f0b1af --- /dev/null +++ b/packages/fred/fred.0.1.0/opam @@ -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: ["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" + ] +}