dotenvversion
Javascript's dotenv port to OCaml
Small lib to allow storing config separate from code.
Dotenv loads variables from a file (named by default .env
, hence the name) into the application environment. They can be read in Sys.env
.
This allows for the user to reproduce the deployed environments locally, as if the application was deployed in said environments.
This is a port of JavaScript's Dotenv (https://github.com/motdotla/dotenv).
Author | Jose Nogueira <ze@thatportugueseguy.com> |
---|---|
License | BSD-3-clause |
Published | |
Homepage | https://github.com/thatportugueseguy/ocaml-dotenv |
Issue Tracker | https://github.com/thatportugueseguy/ocaml-dotenv/issues |
Maintainer | Jose Nogueira <ze@thatportugueseguy.com> |
Dependencies | |
Source [http] | https://github.com/thatportugueseguy/ocaml-dotenv/releases/download/v0.0.3/dotenv-v0.0.3.tbz sha256=b8b0745746db0b8c6dd6bff9de8b89512c657cc5e0d09f9ba29aa5561a07c517 sha512=de509d75d633ae992bca34bca6a2cf5e49368ba6b4a2ce58c377cd3661cd796ad3b9c3cc341ac827f76b3915495943019e79a90454d8da97f166e25c861da81c |
Edit | https://github.com/ocaml/opam-repository/tree/master/packages/dotenv/dotenv.0.0.3/opam |
No package is dependent