rfc-env-0.0.0.1: package.yaml
name: rfc-env
version: 0.0.0.1
synopsis: Environment variable support from the Robert Fischer Commons.
description: >
Provides an opinionated and simple way to interface with environment variables,
current based on @envy@.
This is part of the Robert Fischer commons, which are the @rfc-@ family of packages.
category: envars
github: RobertFischer/rfc/rfc-env
author: Robert Fischer
license: MIT
_common: !include package.common.yaml
<<: *defaults
dependencies:
- rfc-prelude
- base >= 4.10 && < 5
- envy >= 1.5
- network >= 2.6
- time >= 1.8