Name: | ghc-cached-json-file |
---|---|
Version: | 0.1.1 |
Release: | 7.el10_0 |
Architecture: | x86_64 |
Group: | Unspecified |
Size: | 37942 |
License: | BSD-3-Clause |
RPM: | ghc-cached-json-file-0.1.1-7.el10_0.x86_64.rpm |
Source RPM: | ghc-cached-json-file-0.1.1-7.el10_0.src.rpm |
Build Date: | Tue May 20 2025 |
Build Host: | build-ol10-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://hackage.haskell.org/package/cached-json-file |
Summary: | Locally cache a json file obtained by http |
Description: | A small library for caching a slow-changing remote json file in a specified directory (under "~/.cache/"). When the json is requested and the cache file is still fresh enough it is read directly from the local cache, otherwise the cached file is refreshed first. |