this repo has no description
1# This file is generated by dune, edit dune-project instead 2opam-version: "2.0" 3synopsis: "API binding for Federal Reserve Economic Data" 4description: "API binding for Federal Reserve Economic Data" 5maintainer: ["geoffrey.borough@outlook.com"] 6authors: ["Geoffrey Borough"] 7license: "MIT" 8tags: ["api binding" "federal reserve" "ecomonic data"] 9homepage: "https://github.com/gborough/fred" 10doc: "https://gborough.github.io/fred/fred" 11bug-reports: "https://github.com/gborough/fred/issues" 12depends: [ 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] 21build: [ 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] 34dev-repo: "git+https://github.com/gborough/fred.git" 35url { 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}